There is a usage log that has a lot of information:
Usage logging
The usage log shows every sync and device command that the system performs on behalf of mobile users.
The log is a text file located in <Domino data root>\IBM_TECHNICAL_SUPPORT\traveler\logs\NTSUsage_YYMMDD_HHMMSS.log. The timestamp corresponds to the date and time that the log file was created. It will wrap when it reaches the maximum defined usage log size, but the logging system can be configured to store older versions of the files. Usage logger limits are defined in the file <Domino data root>\traveler\cfg\NTSLogging.properties.
Each line in the file represents a single transaction and the transactions are logged once they complete (not when they begin). This allows you to easily see who is syncing, how often, and whether or not there were any errors. All usage log entries are included in the Activity logs as well, but since the activity logs contain much more information, they will wrap more frequently.
The below example details a sample transaction log:
"07/12 14:58:37.817" 9.27.157.16 9.37.16.125 "CN=John Doe/O=ACME" http://acme.ibm.com/mail%2Ftest13.nsf sp 200 2390 "Lotus Traveler Android 8.5.3" Android_26608076e563affa 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 "S2D Mail 2A"
At the beginning of the usage log, columns identify the data. The column names are as follows:
If there is nothing in the log, you could increase the information:
tell traveler Log Level level
Sets the logging capture level to FINEST, FINER, FINE, INFO, WARNING, or SEVERE.
But depending on the size of your organization, I would limit it to a specific user:
Log collection for user-based problems
Perform the following procedure to generate a good set of logs for troubleshooting a user-based problem.
-
Increase the log level for a specific user that is exhibiting the problem by running the following command:
tell traveler log adduser finest <username>
-
Include the field data in your log report by running the following command:
tell traveler log fields *
-
Ask the user to reproduce the problem and submit a Traveler Problem Report (TPR). For more information, see Device logs.
-
After the user submits the TPR, run the following command:
tell traveler dump <username>