After knowing how to enable diagnostic logging, I needed to do the same for information of the Transporter Suite for Domino. The Domino Directory Connector wasn’t logging everything. I noticed that the logging level couldn’t be managed by using Set-EventLogLevel.
Start the Transporter Command Shell and type :
Get-TransporterEventLogLevel | fl
You can set logging for :
- DominoDirectoryConnectorService
- DominoDirectoryConnectorController
- DominoDirectoryConnectorDirSync
- DominoFreeBusyConnectorRequestToPartner
- DominoFreeBusyConnectorConnection
- DominoFreeBusyConnectorGeneral
To set the logging level type:
Set-TransporterEventLogLevel -Identity DominoDirectoryConnectorDirSync -LoggingLevel Expert