From: Andreas Neiser Date: Mon, 25 Mar 2013 08:30:18 +0000 (+0100) Subject: Append .log to all logfiles and ignore them in git X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=427a41330689918479c6bc70437752ee6e59046c;p=daqtools.git Append .log to all logfiles and ignore them in git --- diff --git a/thresholds/.gitignore b/thresholds/.gitignore new file mode 100644 index 0000000..397b4a7 --- /dev/null +++ b/thresholds/.gitignore @@ -0,0 +1 @@ +*.log diff --git a/thresholds/logger_threshold.conf b/thresholds/logger_threshold.conf index c62b45e..d1552bb 100644 --- a/thresholds/logger_threshold.conf +++ b/thresholds/logger_threshold.conf @@ -9,7 +9,7 @@ log4perl.appender.A1.layout.ConversionPattern=%d %p> %M %P - %m%n # results of threshold scan log4perl.logger.padiwa_threshold_data=DEBUG, D1 log4perl.appender.D1=Log::Dispatch::File -log4perl.appender.D1.filename=padiwa_threshold_results +log4perl.appender.D1.filename=padiwa_threshold_results.log log4perl.appender.D1.mode=append log4perl.appender.D1.layout=Log::Log4perl::Layout::PatternLayout log4perl.appender.D1.layout.ConversionPattern=%d %m%n