]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
moved back to the result filename padiwa_threshold_results.log for the thresholds_aut...
authorMichael Traxler <M.Traxler@gsi.de>
Mon, 7 Apr 2025 19:14:43 +0000 (21:14 +0200)
committerMichael Traxler <M.Traxler@gsi.de>
Mon, 7 Apr 2025 19:14:43 +0000 (21:14 +0200)
thresholds/logger_threshold.conf
thresholds/tdcv4_treshold_logger.conf [deleted file]
thresholds/thresholds_automatic_tdcv4.pl

index 425c946ee32b4875f6e096f1dd95aa7c151af79a..0bdd71e2b54cf5e1c990de38581ec9483bfcb15a 100644 (file)
@@ -1,6 +1,6 @@
 log4perl.logger.padiwa_threshold=ERROR, A1
 log4perl.appender.A1=Log::Dispatch::File
-log4perl.appender.A1.filename=padiwathreshold.log
+log4perl.appender.A1.filename=padiwa_threshold.log
 log4perl.appender.A1.mode=append
 log4perl.appender.A1.layout=Log::Log4perl::Layout::PatternLayout
 #log4perl.appender.A1.layout.ConversionPattern=%d %p> %F{1}:%L %M %P - %m%n
@@ -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=padiwathreshold_results.log
+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
diff --git a/thresholds/tdcv4_treshold_logger.conf b/thresholds/tdcv4_treshold_logger.conf
deleted file mode 100644 (file)
index 57f414c..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-log4perl.logger.tdcv4_threshold=ERROR, A1
-log4perl.appender.A1=Log::Dispatch::File
-log4perl.appender.A1.filename=tdcv4_threshold.log
-log4perl.appender.A1.mode=append
-log4perl.appender.A1.layout=Log::Log4perl::Layout::PatternLayout
-#log4perl.appender.A1.layout.ConversionPattern=%d %p> %F{1}:%L %M %P - %m%n
-log4perl.appender.A1.layout.ConversionPattern=%d %p> %M %P - %m%n
-
-# results of threshold scan
-log4perl.logger.tdcv4_threshold_data=DEBUG, D1
-log4perl.appender.D1=Log::Dispatch::File
-log4perl.appender.D1.filename=tdcv4_threshold_results.log
-log4perl.appender.D1.mode=append
-log4perl.appender.D1.layout=Log::Log4perl::Layout::PatternLayout
-log4perl.appender.D1.layout.ConversionPattern=%d %m%n
-
-
-# results of threshold scan
-log4perl.logger.tdcv4_threshold_dump=DEBUG, D2
-log4perl.appender.D2=Log::Dispatch::File
-log4perl.appender.D2.filename=tdcv4_threshold_dump.log
-log4perl.appender.D2.mode=append
-log4perl.appender.D2.layout=Log::Log4perl::Layout::PatternLayout
-log4perl.appender.D2.layout.ConversionPattern=%d %m%n
-
-
index 15c09b0bffd4e05b8b5ab68d7043abaf2bdf0be4..b49a4e7dfcb8936f309c99563a2c76ceb390b409 100755 (executable)
@@ -135,7 +135,7 @@ if ($channel32 || $channel16) {
 
 
 
-Log::Log4perl->init("tdcv4_treshold_logger.conf");
+Log::Log4perl->init("tdcv4_threshold_logger.conf");
 
 my $logger = get_logger("tdcv4_threshold.log");
 my $logger_data = get_logger("tdcv4_threshold_data");