From 4f1cfc5f1531d30ac61093165b795796cf6d35cb Mon Sep 17 00:00:00 2001 From: Frank Winklmeier <frank.winklmeier@cern.ch> Date: Thu, 10 Oct 2019 17:12:31 +0200 Subject: [PATCH] TrigServices: Forward FATAL messages to ERS For online running, also forward FATAL messages to the online error reporting system (ERS). This fixes ATR-20372. --- .../TrigControl/TrigServices/python/TrigServicesConfig.py | 1 + 1 file changed, 1 insertion(+) diff --git a/HLT/Trigger/TrigControl/TrigServices/python/TrigServicesConfig.py b/HLT/Trigger/TrigControl/TrigServices/python/TrigServicesConfig.py index 8ce31e6c953..e5c8b510c8c 100644 --- a/HLT/Trigger/TrigControl/TrigServices/python/TrigServicesConfig.py +++ b/HLT/Trigger/TrigControl/TrigServices/python/TrigServicesConfig.py @@ -66,6 +66,7 @@ def setupMessageSvc(): # Message forwarding to ERS MessageSvc.useErsError = ['*'] + MessageSvc.useErsFatal = ['*'] # set message limit to unlimited when general DEBUG is requested if MessageSvc.OutputLevel<=DEBUG : -- GitLab