Skip to content
Snippets Groups Projects
Commit b0091be3 authored by Jan David Mol's avatar Jan David Mol
Browse files

bug 1362: reduce debug and info spam from ApplCommon/MSLofar

parent 9a7fd322
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,12 @@
# Configure the loggers
log4cplus.rootLogger=INFO, STDOUT
log4cplus.logger.TRC=INFO
#log4cplus.logger.LCS.Common=FATAL, STDOUT
# prevent debug messages: accept >=WARN only, and don't forward messages to the rootLogger
log4cplus.logger.LCS.ApplCommon=WARN, STDOUT
log4cplus.additivity.LCS.ApplCommon=false
log4cplus.logger.LCS.MSLofar=WARN, STDOUT
log4cplus.additivity.LCS.MSLofar=false
# Define the appenders
log4cplus.appender.STDOUT=log4cplus::ConsoleAppender
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment