From 8143bb6608296c787aa5e97f8fe28169c5559e77 Mon Sep 17 00:00:00 2001 From: Hellow Date: Fri, 14 Apr 2023 17:40:41 +0200 Subject: [PATCH] refactor --- src/music_kraken/utils/config/logging.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/music_kraken/utils/config/logging.py b/src/music_kraken/utils/config/logging.py index d9491cc..f47c016 100644 --- a/src/music_kraken/utils/config/logging.py +++ b/src/music_kraken/utils/config/logging.py @@ -44,7 +44,8 @@ class LoggingSection(Section): def __init__(self): self.FORMAT = StringAttribute( name="logging_format", - description="Reference for the logging formats: https://docs.python.org/3/library/logging.html#logrecord-attributes", + description="Reference for the logging formats: " + "https://docs.python.org/3/library/logging.html#logrecord-attributes", value=logging.BASIC_FORMAT ) self.LOG_LEVEL = LogLevelAttribute(