Skip to content
Snippets Groups Projects
Commit 61dbaf92 authored by Alexander Mueller's avatar Alexander Mueller
Browse files

May not use STDERR appender, because it is already

defined in LofarLogger impl..
parent c3cb7cee
No related branches found
No related tags found
No related merge requests found
log4cplus.rootLogger=INFO, STDOUT
log4cplus.rootLogger=INFO, MACSTDERR
log4cplus.additivity.ASTRON=FALSE
log4cplus.appender.STDOUT=log4cplus::ConsoleAppender
log4cplus.appender.STDOUT.layout=log4cplus::PatternLayout
log4cplus.appender.STDOUT.layout.ConversionPattern=%D{%d-%m-%y %H:%M:%S} %-5p %c{3} - %m [%.25l]%n
log4cplus.appender.MACSTDERR=log4cplus::ConsoleAppender
log4cplus.appender.MACSTDERR.layout=log4cplus::PatternLayout
log4cplus.appender.MACSTDERR.layout.ConversionPattern=%D{%d-%m %H:%M:%S.%q} %-5p %c{4} - %m [%.25l]%n
log4cplus.appender.MACSTDERR.logToStdErr=true
log4cplus.additivity.MAC=FALSE
log4cplus.logger.MAC=TRACE, STDOUT
\ No newline at end of file
log4cplus.logger.MAC=DEBUG, MACSTDERR
log4cplus.logger.TRC=TRACE8
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment