ASNMTAP
view release on metacpan or search on metacpan
applications/log4perl.cnf view on Meta::CPAN
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# LOGFILE appender log anything at level TRACE, DEBUG, INFO, WARN, ERROR or FATAL
log4perl.logger = FATAL, LOGFILE, LOGSCREEN
log4perl.logger.archive = ERROR, LOGARCHIVE
log4perl.logger.collector = ERROR, LOGCOLLECTOR
log4perl.logger.collector.CollectorCT-test = TRACE, LOGCOLLECTORTEST
log4perl.logger.import.data.through.catalog = ERROR, LOGIMPORTDATA
log4perl.logger.generate.reports = ERROR, LOGGENERATEREPORTS
log4perl.logger.holiday.bundle.set.downtimes = ERROR, LOGHOLIDAYBUNDLE
# The oneMessagePerAppender flag will suppress duplicate messages to the same appender
log4perl.oneMessagePerAppender = 1
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
log4perl.appender.LOGFILE = Log::Log4perl::Appender::File
log4perl.appender.LOGFILE.filename = /opt/monitoring/asnmtap/log/root.log
log4perl.appender.LOGFILE.mode = append
log4perl.appender.LOGFILE.Threshold = FATAL
log4perl.appender.LOGFILE.layout = PatternLayout
log4perl.appender.LOGFILE.layout.ConversionPattern = [%d] %H | %p | %P | %C | %c | %l - %m%n %T%n
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
log4perl.appender.LOGARCHIVE = Log::Log4perl::Appender::File
log4perl.appender.LOGARCHIVE.filename = /opt/monitoring/asnmtap/log/archive.log
log4perl.appender.LOGARCHIVE.mode = append
log4perl.appender.LOGARCHIVE.Threshold = OFF
log4perl.appender.LOGARCHIVE.layout = PatternLayout
log4perl.appender.LOGARCHIVE.layout.ConversionPattern = [%d] %H | %p | %P | %C | %c | %l - %m%n
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
log4perl.appender.LOGCOLLECTOR = Log::Log4perl::Appender::File
log4perl.appender.LOGCOLLECTOR.filename = /opt/monitoring/asnmtap/log/collector.log
log4perl.appender.LOGCOLLECTOR.mode = append
log4perl.appender.LOGCOLLECTOR.Threshold = ERROR
log4perl.appender.LOGCOLLECTOR.layout = PatternLayout
log4perl.appender.LOGCOLLECTOR.layout.ConversionPattern = [%d] %H | %p | %P | %C | %c | %l - %m%n
log4perl.appender.LOGCOLLECTORTEST = Log::Log4perl::Appender::File
log4perl.appender.LOGCOLLECTORTEST.filename = /opt/monitoring/asnmtap/log/collector-CollectorCT-test.log
log4perl.appender.LOGCOLLECTORTEST.mode = append
log4perl.appender.LOGCOLLECTORTEST.Threshold = OFF
log4perl.appender.LOGCOLLECTORTEST.layout = PatternLayout
log4perl.appender.LOGCOLLECTORTEST.layout.ConversionPattern = [%d] %H | %p | %P | %C | %c | %l - %m%n
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
log4perl.appender.LOGIMPORTDATA = Log::Log4perl::Appender::File
log4perl.appender.LOGIMPORTDATA.filename = /opt/monitoring/asnmtap/log/import-data-through-catalog.log
log4perl.appender.LOGIMPORTDATA.mode = append
log4perl.appender.LOGIMPORTDATA.Threshold = OFF
log4perl.appender.LOGIMPORTDATA.layout = PatternLayout
log4perl.appender.LOGIMPORTDATA.layout.ConversionPattern = [%d] %H | %p | %P | %C | %c | %l - %m%n
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
log4perl.appender.LOGGENERATEREPORTS = Log::Log4perl::Appender::File
log4perl.appender.LOGGENERATEREPORTS.filename = /opt/monitoring/asnmtap/log/generate-reports.log
log4perl.appender.LOGGENERATEREPORTS.mode = append
log4perl.appender.LOGGENERATEREPORTS.Threshold = OFF
log4perl.appender.LOGGENERATEREPORTS.layout = PatternLayout
log4perl.appender.LOGGENERATEREPORTS.layout.ConversionPattern = [%d] %H | %p | %P | %C | %c | %l - %m%n
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
log4perl.appender.LOGHOLIDAYBUNDLE = Log::Log4perl::Appender::File
log4perl.appender.LOGHOLIDAYBUNDLE.filename = /opt/monitoring/asnmtap/log/holiday-bundle-set-downtimes.log
log4perl.appender.LOGHOLIDAYBUNDLE.mode = append
log4perl.appender.LOGHOLIDAYBUNDLE.Threshold = OFF
( run in 0.812 second using v1.01-cache-2.11-cpan-39bf76dae61 )