Skip to content
Snippets Groups Projects
Commit 8102ce75 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

runHLT_standalone: adjust MessageSvc formatting

Use new "centralized" source format and disable message suppression
for all levels.
parent 9d6c3563
No related branches found
No related tags found
No related merge requests found
...@@ -502,12 +502,6 @@ if not opt.createHLTMenuExternally: ...@@ -502,12 +502,6 @@ if not opt.createHLTMenuExternally:
#Needed to get full output from TrigSignatureMoniMT with a large menu: see ATR-21487
#Can be removed once chainDump.py is used instead of log file parsing
svcMgr.MessageSvc.infoLimit=10000
from TrigConfigSvc.TrigConfigSvcCfg import getHLTConfigSvc from TrigConfigSvc.TrigConfigSvcCfg import getHLTConfigSvc
svcMgr += conf2toConfigurable( getHLTConfigSvc(ConfigFlags) ) svcMgr += conf2toConfigurable( getHLTConfigSvc(ConfigFlags) )
...@@ -624,9 +618,13 @@ if opt.reverseViews or opt.filterViews: ...@@ -624,9 +618,13 @@ if opt.reverseViews or opt.filterViews:
include("TriggerTest/disableChronoStatSvcPrintout.py") include("TriggerTest/disableChronoStatSvcPrintout.py")
#------------------------------------------------------------- #-------------------------------------------------------------
# Disable spurious warnings from HepMcParticleLink, ATR-21838 # MessageSvc
#------------------------------------------------------------- #-------------------------------------------------------------
svcMgr.MessageSvc.Format = "% F%40W%C%4W%R%e%s%8W%R%T %0W%M"
svcMgr.MessageSvc.enableSuppression = False
if ConfigFlags.Input.isMC: if ConfigFlags.Input.isMC:
# Disable spurious warnings from HepMcParticleLink, ATR-21838
svcMgr.MessageSvc.setError += ['HepMcParticleLink'] svcMgr.MessageSvc.setError += ['HepMcParticleLink']
#------------------------------------------------------------- #-------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment