Newer
Older
TB_Chris / Kepler / options / .svn / text-base / debug.py.svn-base
@iaro iaro on 9 May 2016 355 bytes first attempt of automated anal
# This file provides examples how to increase or decrease the 
# verbosity of the output. 

# Set the output level of an individual algorithms
from Configurables import TbEventBuilder
TbEventBuilder().OutputLevel = DEBUG
# Options are VERBOSE, DEBUG, INFO, WARNING, ERROR

# Set the  global output level (all algorithms) 
MessageSvc().OutputLevel = DEBUG