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 :

  • DominoDirectoryConnector\Service
  • DominoDirectoryConnector\Controller
  • DominoDirectoryConnector\DirSync
  • DominoFreeBusyConnector\RequestToPartner
  • DominoFreeBusyConnector\Connection
  • DominoFreeBusyConnector\General

To set the logging level type:

Set-TransporterEventLogLevel -Identity DominoDirectoryConnector\DirSync -LoggingLevel Expert