Skip to content

Commit

Permalink
Removed FwkJob category from MessageLogger config
Browse files Browse the repository at this point in the history
The FwkJob category has not been supported for many years.
These changes are needed to be able to remove the default setup of
FwkJob from within MessageLogger itself.
  • Loading branch information
Dr15Jones committed Oct 20, 2020
1 parent bd56616 commit cac0b7e
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 23 deletions.
4 changes: 0 additions & 4 deletions Calibration/EcalAlCaRecoProducers/test/alcaSkimming.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@
optionalPSet = cms.untracked.bool(True),
limit = cms.untracked.int32(0)
),
FwkJob = cms.untracked.PSet(
optionalPSet = cms.untracked.bool(True),
limit = cms.untracked.int32(0)
),
FwkSummary = cms.untracked.PSet(
optionalPSet = cms.untracked.bool(True),
reportEvery = cms.untracked.int32(1),
Expand Down
1 change: 0 additions & 1 deletion DQM/CSCMonitorModule/python/test/csc_unpacker_dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
default = cms.untracked.PSet(limit = cms.untracked.int32(10000000)),
Root_NoDictionary = cms.untracked.PSet(limit = cms.untracked.int32(0)),
DEBUG = cms.untracked.PSet(limit = cms.untracked.int32(0)),
FwkJob = cms.untracked.PSet(limit = cms.untracked.int32(0)),
FwkSummary = cms.untracked.PSet(reportEvery = cms.untracked.int32(1), limit = cms.untracked.int32(10000000) ),
threshold = cms.untracked.string('DEBUG')
)
Expand Down
3 changes: 0 additions & 3 deletions DQMOffline/CalibMuon/test/DTPreCalibTask_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@
),
noLineBreaks = cms.untracked.bool(True),
threshold = cms.untracked.string('DEBUG'),
FwkJob = cms.untracked.PSet(
limit = cms.untracked.int32(0)
),
DEBUG = cms.untracked.PSet(
limit = cms.untracked.int32(0)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@
),
noLineBreaks = cms.untracked.bool(True),
threshold = cms.untracked.string('DEBUG'),
FwkJob = cms.untracked.PSet(
limit = cms.untracked.int32(0)
),
DEBUG = cms.untracked.PSet(
limit = cms.untracked.int32(0)
)
Expand Down
3 changes: 0 additions & 3 deletions DQMOffline/CalibMuon/test/DTnoiseDBValidation_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@
),
noLineBreaks = cms.untracked.bool(True),
threshold = cms.untracked.string('DEBUG'),
FwkJob = cms.untracked.PSet(
limit = cms.untracked.int32(0)
),
DEBUG = cms.untracked.PSet(
limit = cms.untracked.int32(0)
)
Expand Down
3 changes: 0 additions & 3 deletions DQMOffline/Muon/test/simMuAnalyzer_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@
trackResidualsTest = cms.untracked.PSet(
limit = cms.untracked.int32(10000000)
),
FwkJob = cms.untracked.PSet(
limit = cms.untracked.int32(0)
),
threshold = cms.untracked.string('DEBUG'),
muRecoAnalyzer = cms.untracked.PSet(
limit = cms.untracked.int32(10000000)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@
process.MessageLogger.categories.append('L1GtTrigReport')

process.MessageLogger.cerr.default.limit = 0
process.MessageLogger.cerr.FwkJob.limit = 0
process.MessageLogger.cerr.FwkReport.limit = 0
process.MessageLogger.cerr.FwkSummary.limit = 0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
process.MessageLogger.categories.append('L1GtTriggerMenuLiteProducer')

process.MessageLogger.cerr.default.limit = 0
process.MessageLogger.cerr.FwkJob.limit = 0
process.MessageLogger.cerr.FwkReport.limit = 0
process.MessageLogger.cerr.FwkSummary.limit = 0

Expand Down
3 changes: 1 addition & 2 deletions L1Trigger/GlobalTriggerAnalyzer/test/L1GtAnalyzer_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@
]

process.MessageLogger.cerr.default.limit = 0
process.MessageLogger.cerr.FwkJob.limit = 0
process.MessageLogger.cerr.FwkReport.limit = 0
process.MessageLogger.cerr.FwkSummary.limit = 0

Expand Down Expand Up @@ -206,4 +205,4 @@
L1GtAnalyzer = cms.untracked.PSet( limit = cms.untracked.int32(-1) ),
L1GtUtils = cms.untracked.PSet( limit = cms.untracked.int32(-1) ),
L1GtTrigReport = cms.untracked.PSet( limit = cms.untracked.int32(-1) )
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@
]

process.MessageLogger.cerr.default.limit = 0
process.MessageLogger.cerr.FwkJob.limit = 0
process.MessageLogger.cerr.FwkReport.limit = 0
process.MessageLogger.cerr.FwkSummary.limit = 0

Expand Down
1 change: 0 additions & 1 deletion RecoTracker/CkfPattern/test/logger_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
default = cms.untracked.PSet(limit = cms.untracked.int32(10000000)),
Root_NoDictionary = cms.untracked.PSet(limit = cms.untracked.int32(0)),
DEBUG = cms.untracked.PSet(limit = cms.untracked.int32(0)),
FwkJob = cms.untracked.PSet(limit = cms.untracked.int32(0)),
FwkSummary = cms.untracked.PSet(reportEvery = cms.untracked.int32(1),limit = cms.untracked.int32(10000000) ),
threshold = cms.untracked.string('DEBUG')
)
Expand Down

0 comments on commit cac0b7e

Please sign in to comment.