Skip to content

Reduce number of log lines

Aleksandra Poreba requested to merge use-log-append into master

Reduce the number of lines in Rule Checker:

2023-Apr-15 21:07:19,511 LOG [L1CT::CombinedRule::update(...) at /builds/atlas-tdaq-software/tdaq-cmake/AutoPrescaler/src/rulechecker/CombinedRule.cpp:274] Item L1_EM7_EMPTY filling with 3 rate entries: before prescale (unprescaled) 0 original prescale 0 after prescale (from IS)0 and prescale 5
2023-Apr-15 21:07:19,511 LOG [L1CT::CombinedRule::request(...) at /builds/atlas-tdaq-software/tdaq-cmake/AutoPrescaler/src/rulechecker/CombinedRule.cpp:92]     We are cold
2023-Apr-15 21:07:19,511 LOG [L1CT::CombinedRule::request(...) at /builds/atlas-tdaq-software/tdaq-cmake/AutoPrescaler/src/rulechecker/CombinedRule.cpp:93]     We can unprescale the item entirely

to

2023-Apr-26 16:35:30,664 LOG [L1CT::CombinedRule::update(...) at /afs/cern.ch/work/a/aporeba/work-ap/AutoPrescaler/src/rulechecker/CombinedRule.cpp:291] Item L1_ZB filling with 3 rate entries: before prescale (unprescaled) 0 original prescale 0 after prescale (from IS)0 and prescale 49784
2023-Apr-26 16:35:30,664 LOG [L1CT::CombinedRule::request(...) at /afs/cern.ch/work/a/aporeba/work-ap/AutoPrescaler/src/rulechecker/CombinedRule.cpp:103] We are cold. We can unprescale the item entirely.
https://atlasop.cern.ch/partlogs/pc-tdq-onl-29/ATLAS/RuleChecker_pc-tdq-onl-29.cern.ch_1682518959.out

Related to ATR-25937

Edited by Aleksandra Poreba

Merge request reports