Symptoms
The Write Processing Server/Station trace log options are enabled, but no logs are saved.
Cause
The changes to the settings may have not been written to the Windows Registry.
Resolution
The trace logging settings are stored in the following Windows Registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\ABBYY\FlexiCapture\12.0\FlexiBr
- IsLoggingEnabled - 1 means that the logging is enabled. Required value for the trace logging.
- LoggingLevel - level of logging detail from 1 (minimum detail) to 9 (maximum detail). LoggingLevel is set to 5 by default.
-
LoggingManagerMaxLogFileSize - the maximum allowed size of one log file in bytes (1 MB by default).
Please note that the parameter LoggingManagerMaxLogFileSize is in bytes. Starting from FlexiCapture 12 Release 4 (12.0.4.678), the LoggingManagerMaxLogFileSizeMb parameter will be prioritized. If the parameter in megabytes is not specified, the old parameter will be used.
- LoggingManagerMaxOldLogsFilesCount - the maximum allowed number of log files (10 by default).
- LoggingManagerMaxOldLogsFilesSize - maximum total size of all log files in bytes (10 MB by default).
-
LoggingFilter - the types of events that will be logged.
Sample filter string: +Licensing;+AppState;-*;+Monitoring. This filter enables the Licensing and AppState logs. The Monitoring log is disabled by the -* mask.
It is also required to restart the FlexiCapture 12 Processing Station and FlexiCapture 12 Processing Server services for the changes to the Windows Registry to take effect.
Comments
1 comment
Nikita Shevchenko
Please note that the parameter
LoggingManagerMaxLogFileSize
is in bytes. Starting from Release 4, theLoggingManagerMaxLogFileSizeMb
parameter will be prioritized. If the parameter in megabytes is not specified, the old parameter will be used.Please sign in to leave a comment.