Skip to content

Downgrade debug to verbose to significantly reduce size of debug output

Nicolas Koehler requested to merge nkoehler/athena:reduceDbg into master

Hi,

this MR makes some DEBUG printout to VERBOSE since this significantly reduces the size of the DEBUG log files. I tested running q431 with the postExec='svcMgr.MessageSvc.OutputLevel=DEBUG;svcMgr.MessageSvc.debugLimit=9999999'. Without the changes, I get log files with the size

 4.4G log.RAWtoESD
 1.1G log.ESDtoAOD

with the changes, I get:

 3.8G log.RAWtoESD
 355M log.ESDtoAOD

Best, Nico

Merge request reports