diff --git a/.github/validation_samples/ecal_pn/config.py b/.github/validation_samples/ecal_pn/config.py index 47fbe90ec..458802ad0 100644 --- a/.github/validation_samples/ecal_pn/config.py +++ b/.github/validation_samples/ecal_pn/config.py @@ -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