]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
Append .log to all logfiles and ignore them in git
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Mon, 25 Mar 2013 08:30:18 +0000 (09:30 +0100)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Mon, 25 Mar 2013 08:30:18 +0000 (09:30 +0100)
thresholds/.gitignore [new file with mode: 0644]
thresholds/logger_threshold.conf

diff --git a/thresholds/.gitignore b/thresholds/.gitignore
new file mode 100644 (file)
index 0000000..397b4a7
--- /dev/null
@@ -0,0 +1 @@
+*.log
index c62b45e898638411798aeb2c6f00f2faf5788e9a..d1552bbfb456fab1868424f51b279ac324884108 100644 (file)
@@ -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