Skip to content

Commit 466497c

Browse files
Merge branch 'develop' into trj_tpcdecode_bulletproof_rcp_sep16_2024
2 parents c4684b4 + 4c9ab95 commit 466497c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

sbndcode/LArSoftConfigurations/messages_sbnd.fcl

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)