LogLevel
This registry value defines the level of the messages that must be logged in the Content Manager COM+ log file by Content Manager COM+ components such as ISAuthor, ISHPlugins, and PublishService.
| Location | Installed value |
|---|---|
| HKLM\SOFTWARE\Wow6432Node\Trisoft\Tridk\DebugLog\LogLevel | ALL |
| HKLM\SOFTWARE\Wow6432Node\Trisoft\TriDK\TriDKApp\InfoShareAuthor\LogLevel | ALL |
Possible values are:
| Values | Description |
|---|---|
| ERR | Exceptions only |
WAR WRN REM | Warnings only |
MES MSG | Informational messages only |
DEB DBG | Debug messages only Includes technical messages which can be used by SDL support to help debug problems. It is not advised to set the log level to Debug on your production system unless directed to do so by SDL support. |
| TIM | Timing This level contains messages to indicate the beginning and ending of certain methods. |
| ALL | All messages are logged. |