File tree Expand file tree Collapse file tree
sbndcode/LArSoftConfigurations Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,6 +84,14 @@ message_errorfile_sbnd: {
8484 append: false
8585 threshold: "ERROR"
8686 categories: {
87+ #Turn down verbosity of modules with many messages
88+ SimDriftElectrons: {
89+ limit: 0
90+ }
91+ #ParticleListActionService can be removed once this PR 53 in larg4 is merged
92+ ParticleListActionService: {
93+ limit: 0
94+ }
8795 default: {}
8896 }
8997} # message_errorfile_sbnd
@@ -97,6 +105,14 @@ message_stdout_warning_sbnd: {
97105 threshold: "WARNING"
98106 categories:{
99107 default: {}
108+ #Turn down verbosity of modules with many messages
109+ SimDriftElectrons: {
110+ limit: 0
111+ }
112+ #ParticleListActionService can be removed once this PR 53 in larg4 is merged
113+ ParticleListActionService: {
114+ limit: 0
115+ }
100116 GeometryBadInputPoint: { limit: 5 timespan: 1000}
101117 }
102118} # message_stdout_warning_sbnd
You can’t perform that action at this time.
0 commit comments