SYMPTOMS
This article explains how to set logging and its different loglevels for the eDiscovery Bundle. Take into account that enabling logging will result into larger logfiles.
CAUSE
Not applicable.
RESOLUTION
Open the config which can be found on
C:\Program Files (x86)\ZyLAB\EDiscovery
C:\Program Files (x86)\ZyLAB\EDiscovery\Ediscoveryservice\Web.config
C:\Program Files (x86)\ZyLAB\EDiscovery\LegalProductionService\ZyLAB.LegalProduction.WinService.exe.config
C:\Program Files (x86)\ZyLAB\EDiscovery\Platformservice\Web.config
C:\Program Files (x86)\ZyLAB\EDiscovery\Processing\ZyLAB.EDiscovery.Processing.Presentation.exe.config
C:\Program Files (x86)\ZyLAB\EDiscovery\Processingservice\ZyLAB.EDiscovery.ProcessingService.WinService.exe.config
and set the level value to ...............
Static Level DEBUG
The DEBUG Level designates fine-grained informational events that are most useful to debug an application.
C:\ProgramData\ZyLAB\LegalProductionService\Logs
Static Level INFO
The INFO level designates informational messages that highlight the progress of the application at coarse-grained level.
Static Level WARN
The WARN level designates potentially harmful situations.
Static Level ERROR
The ERROR level designates error events that might still allow the application to continue running.
Static Level FATAL
The FATAL level designates very severe error events that will presumably lead the application to abort.
Static Level ALL
The ALL Level has the lowest possible rank and is intended to turn on all logging.
Static Level OFF
The OFF Level has the highest possible rank and is intended to turn off logging.
An alternative option is to set the logging by adding <level value="DEBUG"/> under the appender-ref line in the configuration file:
<root>
<level value="Debug" />
<appender-ref ref="RollingLogFileAppender" />
<!--<appender-ref ref="UdpAppender" />-->
</root>
By default the log files are created on C:\ProgramData\ZyLAB and config files are already set to give the proper log information.
APPLIES TO
3.1; 3.2; 3.3; 3.4; 3.5; 3.6
Comments
0 comments
Article is closed for comments.