added missing documentation

This commit is contained in:
2024-09-17 11:37:26 +02:00
committed by Flo Greistorfer
parent c79473d646
commit 6c636905e2

View File

@@ -9,6 +9,7 @@ Functions:
- log_format(keys): Generates the logging format string based on the list of keys. - 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. - 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_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 import logging