From 427a41330689918479c6bc70437752ee6e59046c Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Mon, 25 Mar 2013 09:30:18 +0100 Subject: [PATCH] Append .log to all logfiles and ignore them in git --- thresholds/.gitignore | 1 + thresholds/logger_threshold.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 thresholds/.gitignore 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 -- 2.43.0