-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlog.conf
21 lines (18 loc) · 933 Bytes
/
log.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Log4perl configuration file
log4perl.category.log = DEBUG, LOGFILE, MAILFILE
log4perl.category.csv = INFO, CSVFILE
log4perl.appender.LOGFILE=Log::Log4perl::Appender::File
log4perl.appender.LOGFILE.filename=/var/log/relibconnected/ingestor.log
log4perl.appender.LOGFILE.layout=PatternLayout
log4perl.appender.LOGFILE.layout.ConversionPattern=%d %p> %m%n
log4perl.appender.LOGFILE.utf8=1
log4perl.appender.MAILFILE=Log::Log4perl::Appender::File
log4perl.appender.MAILFILE.filename=/opt/librelibconnected/log/mail.log
log4perl.appender.MAILFILE.layout=PatternLayout
log4perl.appender.MAILFILE.layout.ConversionPattern=%d %p> %m%n
log4perl.appender.MAILFILE.utf8=1
log4perl.appender.CSVFILE=Log::Log4perl::Appender::File
log4perl.appender.CSVFILE.filename=/opt/librelibconnected/log/ingestor.csv
log4perl.appender.CSVFILE.layout=PatternLayout
log4perl.appender.CSVFILE.layout.ConversionPattern=%m%n
log4perl.appender.CSVFILE.utf8=1