From 6c636905e2089bce0be036a7b586ccb773de5bc5 Mon Sep 17 00:00:00 2001 From: Flo Greistorfer Date: Tue, 17 Sep 2024 11:37:26 +0200 Subject: [PATCH] added missing documentation --- modules/logger.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/logger.py b/modules/logger.py index 385d0f1..35a5b6d 100644 --- a/modules/logger.py +++ b/modules/logger.py @@ -9,6 +9,7 @@ Functions: - log_format(keys): Generates the logging format string based on the list of keys. - rotate_log_file(): Handles renaming the existing log file to a timestamp-based name. - setup_logger(): Configures the logging system, applies a JSON format, and returns a logger instance. +- setup_consolelogger(): Configures the logging system to output logs in console format. """ import logging