]> git.pld-linux.org Git - packages/DJabberd.git/blob - djabberd-log.conf
- drop obsolete and outdated manual inclusion of rpm macros
[packages/DJabberd.git] / djabberd-log.conf
1 # Log::Log4perl configuration for DJabberd
2  
3 log4perl.logger.DJabberd = INFO, screen
4 log4perl.logger.DJabberd.Hook = INFO
5
6 # This psuedo class is used to control if raw XML is to be showed or not
7 # at DEBUG it shows all raw traffic
8 # at INFO  it censors out the actual data
9 log4perl.logger.DJabberd.Connection.XML = INFO
10
11 log4perl.appender.screen = Log::Log4perl::Appender::ScreenColoredLevels
12 log4perl.appender.screen.layout = Log::Log4perl::Layout::PatternLayout
13 log4perl.appender.screen.layout.ConversionPattern = %P %-5p %-40c %m %n
This page took 0.044762 seconds and 3 git commands to generate.