Technote (FAQ)
Question
How should device communication be enabled on the Traveler server to display like the following?
HTTP JVM: 80642 [Traveler-15dc] INFO - Traveler: (t u2/munse, ApplDLXFJGG3DFHY) syncAS D->S (61b, 0ms, dm, Sync, Email, 4, 42)
HTTP JVM: 80673 [Traveler-15dc] INFO - Traveler: (t u2/munse, ApplDLXFJGG3DFHY) syncAS D<-S (26b, 31ms, 200rc, Sync, Email, 4, 43)
HTTP JVM: 82720 [Traveler-15d8] INFO - Traveler: (t u2/munse, ApplDLXFJGG3DFHY) pushAS D->S (0b, 0ms, Continuation)
HTTP JVM: 83470 [Traveler-15d8] INFO - Traveler: (t u2/munse, ApplDLXFJGG3DFHY) pushAS D<-S (20b, 750ms, 200rc, Changes (Inbox(4)))
Cause
If this data is not displaying, the logging level for the Notes Traveler servlet is not set to display this information.
Answer
In versions of 8.5.3 Upgrade Pack X (version 8.5.3.100+), set the following parameter in the notes.ini:
NTS_LOG_LEVEL_SERVLET_REQUEST_RESPONSE=INFO
and restart the Domino server.
In versions of Notes Traveler pior to version 8.5.3 Upgrade Pack X (pre 8.5.3.100), edit the following file located here:
Lotus\Domino\data\traveler\cfg\ntslogging.properties
The com.lotus.sync.logging.ServletConsoleHandler.level should be changed from "INFO" to "FINE":
#-----------------------------------------------------------------------------
# Servlet Console Handler (System.out)
#
# Parameters:
# .level = Indicates which message levels are stored in this file.
# Defaults to INFO
# .filter = Filter class
# Defaults (unspecified) to .level and higher (through SEVERE)
# If used with Servlet Error Console Handler, probably want to use
# com.lotus.sync.logging.Info2AllFilter so that WARNING and SEVERE
# are not logged by both ConsoleHandler and ErrorConsoleHandler
#-----------------------------------------------------------------------------
com.lotus.sync.logging.ServletConsoleHandler.level=INFO
com.lotus.sync.logging.ServletConsoleHandler.formatter=com.lotus.sync.logging.ServletFormatter
com.lotus.sync.logging.ServletConsoleHandler.filter=com.lotus.sync.logging.Info2AllFilter
Changed to :
com.lotus.sync.logging.ServletConsoleHandler.level=FINE
com.lotus.sync.logging.ServletConsoleHandler.formatter=com.lotus.sync.logging.ServletFormatter
com.lotus.sync.logging.ServletConsoleHandler.filter=com.lotus.sync.logging.Info2AllFilter
Save this file, and restart Domino for this to take effect.
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.