forked from brinkmanlab/islandpath
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogger.conf
19 lines (16 loc) · 865 Bytes
/
logger.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# root-logger.conf
#log4perl.rootLogger = ERROR, errorlog, ScreenApp
log4perl.rootLogger = TRACE, errorlog, ScreenApp
#output the log to a file
log4perl.appender.errorlog = Log::Log4perl::Appender::File
log4perl.appender.errorlog.filename = Dimob.log
log4perl.appender.errorlog.mode = append
log4perl.appender.errorlog.layout = Log::Log4perl::Layout::PatternLayout
log4perl.appender.errorlog.layout.ConversionPattern = [%p] %d (%F line %L) %m%n
#output the log to the screen
log4perl.appender.ScreenApp = Log::Log4perl::Appender::Screen
log4perl.appender.ScreenApp.stderr = 0
#log4perl.appender.ScreenApp.Threshold= DEBUG
log4perl.appender.ScreenApp.layout = PatternLayout
log4perl.appender.ScreenApp.layout.ConversionPattern = %d [%C] %m%n
#log4perl.appender.ScreenApp.layout.ConversionPattern = %d> %m%n