From 4e7e6904a360555fa7fe6fb68f578e341d769482 Mon Sep 17 00:00:00 2001 From: Jens Schedel Date: Wed, 11 Dec 2024 10:37:03 +0100 Subject: [PATCH] Adjust default log level to only log severity info and above Signed-off-by: Jens Schedel --- run/etc_indy/indy_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/etc_indy/indy_config.py b/run/etc_indy/indy_config.py index 24729a4..d7a8db6 100644 --- a/run/etc_indy/indy_config.py +++ b/run/etc_indy/indy_config.py @@ -24,7 +24,7 @@ ## Logging # 0 means everything -logLevel = 1 +logLevel = 20 # Enable/Disable stdout logging enableStdOutLogging = True