Skip to content

Commit

Permalink
Move to p.logger for logging
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Eichlersmith <[email protected]>
  • Loading branch information
tvami and tomeichlersmith authored Jan 22, 2025
1 parent c2ecde5 commit 8a81a96
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/validation_samples/inclusive/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# The Tracking modules produce a lot of helpful messages
# but (at the debug level) is too much for commiting the gold log
# into the git working tree on GitHub
p.termLogLevel = 0
p.logger.termLevel = 0
p.logger.custom(truth_tracking, level = 2)

# These smearing quantities are default. We expect around 6um hit resolution in bending plane
Expand Down Expand Up @@ -199,7 +199,7 @@
# The Tracking modules produce a lot of helpful messages
# but (at the debug level) is too much for commiting the gold log
# into the git working tree on GitHub
p.termLogLevel = 0
p.logger.termLevel = 0
p.logger.custom(truth_tracking, level = 2)
p.logger.custom(digi_tagger, level = 2)
p.logger.custom(digi_recoil, level = 2)
Expand Down
2 changes: 1 addition & 1 deletion .github/validation_samples/it_pileup/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
# The Tracking modules produce a lot of helpful messages
# but (at the debug level) is too much for commiting the gold log
# into the git working tree on GitHub
p.termLogLevel = 0
p.logger.termLevel = 0
p.logger.custom(truth_tracking, level = 2)
p.logger.custom(digi_tagger, level = 2)
p.logger.custom(digi_recoil, level = 2)
Expand Down
2 changes: 1 addition & 1 deletion .github/validation_samples/kaon_enhanced/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
# The Tracking modules produce a lot of helpful messages
# but (at the debug level) is too much for commiting the gold log
# into the git working tree on GitHub
p.termLogLevel = 0
p.logger.termLevel = 0
p.logger.custom(truth_tracking, level = 2)
p.logger.custom(digi_tagger, level = 2)
p.logger.custom(digi_recoil, level = 2)
Expand Down
2 changes: 1 addition & 1 deletion .github/validation_samples/signal/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
# The Tracking modules produce a lot of helpful messages
# but (at the debug level) is too much for commiting the gold log
# into the git working tree on GitHub
p.termLogLevel = 0
p.logger.termLevel = 0
p.logger.custom(truth_tracking, level = 2)
p.logger.custom(digi_tagger, level = 2)
p.logger.custom(digi_recoil, level = 2)
Expand Down

0 comments on commit 8a81a96

Please sign in to comment.