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
  1. # This file provides examples how to increase or decrease the
  2. # verbosity of the output.
  3.  
  4. # Set the output level of an individual algorithms
  5. from Configurables import TbEventBuilder
  6. TbEventBuilder().OutputLevel = DEBUG
  7. # Options are VERBOSE, DEBUG, INFO, WARNING, ERROR
  8.  
  9. # Set the global output level (all algorithms)
  10. MessageSvc().OutputLevel = DEBUG