SYMPTOMS
You want to enable debug logging for every ExecutePerformer process to investigate behavior of Legal Processing actions.
CAUSE
Not applicable.
RESOLUTION
Change the root key configuration in the log4net section of "Program Files (x86)\ZyLAB\EDiscovery\Processingservice\ZyLAB.EDiscovery.Processing.ExecutePerformerProcess.exe.config" as follows. For eDiscovery Bundle versions 3.7 and higher there is not need to restart the ZyLAB Processing Service Windows service. Version 3.6 requires the ZyLAB Processing Service service to be restarted for the changes to be applied.
From:
<root>
<level value="Debug" />
<!--appender-ref ref="RollingLogFileAppender"/-->
<appender-ref ref="UdpAppender"/>
</root>
</log4net>
To:
<root>
<level value="Debug" />
<appender-ref ref="RollingLogFileAppender"/>
<appender-ref ref="UdpAppender"/>
</root>
</log4net>
The default location of the Execute Performer Processes logs is "C:\ProgramData\Zylab\EDiscovery\Logging\". Each process will have a dedicated debug log. The logs will have names like "ZyLAB.EDiscovery.Processing.ExecutePerformerProcess.exe-PID", where PID is the Process Identifier number.
APPLIES TO
3.6; 3.7; 3.7 SP1; 3.7 SP2
Comments
0 comments
Article is closed for comments.