Skip to content

Commit

Permalink
drop ecal_pn validation config back down to debug
Browse files Browse the repository at this point in the history
With the patching of the Tracking truth seed location, it appears like Tracking is not producing as many messages so we can hopefully drop the log level back down to debug and the log will stay below file size limit imposed by GitHub.
  • Loading branch information
tomeichlersmith authored Aug 21, 2024
1 parent 415297c commit 031f336
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/validation_samples/ecal_pn/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@

p.histogramFile = f'hist.root'
p.outputFiles = [f'events.root']

# 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 = 1
p.termLogLevel = 0

# Load the tracking module
from LDMX.Tracking import tracking
Expand Down

0 comments on commit 031f336

Please sign in to comment.