AD Connector
Step-by-step guide
This guide will show you how to enable or disable the enhanced logging feature of Ciphr AD Connector by updating the relevant config file. By default, logging should be disabled to improve performance as workflow logs are maintained separately.
Check log file configuration exists
Open the following file on the server for editing.
- c:\program files (x86)\adconnector\nlog.config
Within the file, if it does not exist already, add an enabled state to the writeTo="db" tag within the rules block. This can then be set as "true" or "false" as necessary to enable or disable logging.
<logger name="*" minlevel="Info" writeTo="db" enabled="false" />"
Footer
Comments
0 comments
Article is closed for comments.