Hi,
I have been trying to enable the Lotus Domino Connector (build 5.3.721.0) to log detailed information into some place. I've seen that this latest build switches to ETW logging. So I've added the following to the miiserver.exe.config file in the system.diagnostics/sources section:
<source name="ConnectorsLog" switchValue="Verbose" switchType="System.Diagnostics.SourceSwitch">
<listeners>
<add name="LotusNoteTextTraceFile" type="System.Diagnostics.TextWriterTraceListener" initializeData="c:\temp\notesconnector.log" />
</listeners>
</source>
Unfortunately that is not working, I also tried eventlogging, but that didn't work either. Can anyone point me into the right direction?
Thanks in advance