Skip to content

Commit

Permalink
Merge pull request #20896 from slava77/patch-14
Browse files Browse the repository at this point in the history
reduce max errors/warnings selected for LogError skim per kind to at most 1 per LS
  • Loading branch information
cmsbuild committed Oct 12, 2017
2 parents 70922db + d7d565e commit 561fe85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FWCore/Modules/python/logErrorFilter_cfi.py
Expand Up @@ -13,8 +13,8 @@
atLeastOneError = cms.bool(True),
atLeastOneWarning = cms.bool(True),
useThresholdsPerKind = cms.bool(True),
maxErrorKindsPerLumi = cms.uint32(3),
maxWarningKindsPerLumi = cms.uint32(3),
maxErrorKindsPerLumi = cms.uint32(1),
maxWarningKindsPerLumi = cms.uint32(1),
avoidCategories = cms.vstring()
)

0 comments on commit 561fe85

Please sign in to comment.