Enabling Trace Logging in Opalis

Just as in any software product, it’s always good to know how to generate detailed logging. Here’s how to enable trace logging in Opalis Integration Server:

The default syntax of the OpalisManagementService registry key is as follows:

[HKEY_LOCAL_MACHINE\SOFTWARE\Opalis\Opalis Integration Server\TraceLogger\OpalisManagementService]
"LogFolder"="C:\\Program Files\\Opalis Software\\Opalis Integration Server\\Management Service\\Logs"
"LogLevel"="1"
"LogPrefix"="OpalisManagementService"
"Keep"="100"
"NewLogEvery"="3600"

To enable trace logging please adjust the following registry key:

[HKEY_LOCAL_MACHINE\SOFTWARE\Opalis\Opalis Integration Server\TraceLogger\OpalisManagementService]
"LogLevel" = "1"

LogLevel 1 is the Default value. This only contains exception detail.
LogLevel 3 includes exception detail with errors and warnings.
LogLevel 7 is the highest and most verbose trace logging available. Full logging is achieved in LogLevel 7.

 

 

Share this post :