Skip to content

Commit

Permalink
fix pixellumi_dqm_sourceclient-live after cms-sw#43257
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Mar 13, 2024
1 parent e45938c commit 2542e88
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
if 'unitTest=True' in sys.argv:
unitTest=True

process.MessageLogger = cms.Service("MessageLogger",
debugModules = cms.untracked.vstring('siPixelDigis',
'sipixelEDAClient'),
cout = cms.untracked.PSet(threshold = cms.untracked.string('ERROR')),
destinations = cms.untracked.vstring('cout')
process.load('FWCore.MessageService.MessageLogger_cfi')
process.MessageLogger.debugModules = cms.untracked.vstring('siPixelDigis','sipixelEDAClient')
process.MessageLogger.cout = cms.untracked.PSet(
threshold = cms.untracked.string('ERROR')
)

#----------------------------
Expand Down

0 comments on commit 2542e88

Please sign in to comment.