![]() |
Both the Conference Service andPresence Services use Java logging, although each service's logging is configured in a different file. In the sections below we list a number of classes. The logging level of any of those classes can be configured by adding a line to the bottom of the service's logging configuration file with the form:
com.avaya.package.name.ClassName.level=LEVEL
For example:
com.avaya.sametime.click2call.impl.ModeratorImpl.level=FINEST
See Logging Levels for information about the meaning of logging levels (FINEST, in the previous example). For both services, initialization messages are logged at the INFO level and initialization failure messages are logged at the SEVERE level. After initialization, messages are logged at levels between INFO and FINEST.