In some cases, you may want to change to default location of CMN and CMN_Error and have the log files to be written on a different location. This article talks about Directory Connector portion of CMN and Mail Connector portion involves the same process.
RESOLUTION
1- Navigate to ..\Quest Software\Quest Coexistence Manager for Notes\Directory Connector
2- Stop CMN DirCon Service
3- Find log4net.config file
4- Backup log4net.config
5- Open log4net.config file
6- Find
7- Change <file value=".\log4net\CMN.log" displayName="Directory Connector Main Log" /> to
8- Find
9- Change <file value=".\log4net\CMN_ERROR.log" displayName="Directory Connector Error Log" /> to
10- Save log4net.config file
11- Start CMN DirCon Services. Once the service is restarted, CMN and CMN_Error log files will be generated under \\NME\NME Folder .
For CMN 3.5.0.29 and above:
1- Navigate to ..\Quest Software\Quest Coexistence Manager for Notes\Directory Connector
2- Stop CMN DirCon Service
3- Find log42net.config file
4- Backup log42net.config
5- Open log42net.config file
6- Find
<file value=".\Logs\CMN.wlog" displayName="Directory Connector Main Log" />
7- Change <file value=".\Logs\CMN.wlog" displayName="Directory Connector Main Log" /> to
<file value="\\NME\NME Folder\CMN.wlog" displayName="Directory Connector Main Log" />
Above updates the location of the CMN.wlog file
8- Find
<file value=".\Logs\CMN_ERROR.wlog" displayName="Directory Connector Error Log" />
9- Change <file value=".\Logs\CMN_ERROR.wlog" displayName="Directory Connector Error Log" /> to
<"\\NME\NME Folder\CMN_ERROR.wlog" displayName="Directory Connector Error Log" />
Above updates the location of the CMN_Error.wlog file
10- Save log42net.config file
11- Start CMN DirCon Services. Once the service is restarted, CMN.WLOG and CMN_Error.WLOG log files will be generated under
\\NME\NME Folder