From a809c8c05403654cb2bfff95e3075370678982c7 Mon Sep 17 00:00:00 2001 From: s-martin Date: Sun, 10 Dec 2023 15:38:20 +0100 Subject: [PATCH] Trigger running the action --- src/jukebox/misc/loggingext.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jukebox/misc/loggingext.py b/src/jukebox/misc/loggingext.py index 9328cfea8..771248d8f 100644 --- a/src/jukebox/misc/loggingext.py +++ b/src/jukebox/misc/loggingext.py @@ -1,6 +1,7 @@ """ ############## Logger + ############## We use a hierarchical Logger structure based on pythons logging module. It can be finely configured with a yaml file.