CMS 3D CMS Logo

messageLoggerDebug_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 MessageLogger.debugModules = cms.untracked.vstring('')
5 MessageLogger.cerr = cms.untracked.PSet(
6  FwkReport = cms.untracked.PSet(
7  limit = cms.untracked.int32(100),
8  reportEvery = cms.untracked.int32(1000)
9  ),
10  threshold = cms.untracked.string('DEBUG'),
11  noLineBreaks = cms.untracked.bool(False),
12  DEBUG = cms.untracked.PSet(limit = cms.untracked.int32(0)),
13  INFO = cms.untracked.PSet(limit = cms.untracked.int32(0)),
14  Calibration = cms.untracked.PSet(limit = cms.untracked.int32(-1))
15 )