From: Michael Traxler Date: Mon, 7 Apr 2025 19:14:43 +0000 (+0200) Subject: moved back to the result filename padiwa_threshold_results.log for the thresholds_aut... X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=daqtools.git moved back to the result filename padiwa_threshold_results.log for the thresholds_automatic.pl, mt --- diff --git a/thresholds/logger_threshold.conf b/thresholds/logger_threshold.conf index 425c946..0bdd71e 100644 --- a/thresholds/logger_threshold.conf +++ b/thresholds/logger_threshold.conf @@ -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 index 57f414c..0000000 --- a/thresholds/tdcv4_treshold_logger.conf +++ /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 - - diff --git a/thresholds/thresholds_automatic_tdcv4.pl b/thresholds/thresholds_automatic_tdcv4.pl index 15c09b0..b49a4e7 100755 --- a/thresholds/thresholds_automatic_tdcv4.pl +++ b/thresholds/thresholds_automatic_tdcv4.pl @@ -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");