From 45eb50da4b041c295b4c3a6e87a316dc955e83ca Mon Sep 17 00:00:00 2001
From: Petr Zejdl <petr.zejdl@cern.ch>
Date: Tue, 18 Oct 2022 11:35:53 +0200
Subject: [PATCH] Adding log option also to etc/scdaq/scdaq.conf

---
 etc/scdaq/scdaq.conf | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/etc/scdaq/scdaq.conf b/etc/scdaq/scdaq.conf
index f9fdd670..e8fc0f4b 100644
--- a/etc/scdaq/scdaq.conf
+++ b/etc/scdaq/scdaq.conf
@@ -100,6 +100,19 @@ quality_cut:12
 ##
 ################################################################################
 
+## Logging, supported LOG severities:
+#   TRACE
+#   DEBUG
+#   INFO
+#   WARNING
+#   ERROR
+#   FATAL
+#
+# Log only severities at the same level or more severe than the log_min_severity
+# Use TRACE to log everything
+#
+log_min_severity:TRACE
+
 # Pipeline settings
 threads:8
 
-- 
GitLab