Specialized Administration > Site Maintenance > Queue Management > Understanding Background Queues > Background Queue Details > Configuring Background Queues and Related Properties > Background Queue Log Properties
  
Background Queue Log Properties
Logging for queues is configured using the log4jMethodServer.properties file located in codebase/WEB-INF. These properties can also be set in jConsole.
Remember that when these properties are set in the log4j file, they must be prefixed by log4j.logger and be assigned one of the following values:
TRACE
WARN
INFO
ERROR
FATAL
OFF
Property
Description
wt.queue.processingQueue.queueName
Provides debug information specific to the actual polling threads.
Default is false.
wt.queue.queueWatcher verbose
Provides information related to the control of a specific queue. Each queue has an associated queue watcher.
Default is false.
wt.queue.scheduleQueue queueName
Provides general schedule queue information that can be used to debug problems.
Default is false.