This commit is contained in:
Hellow 2023-04-14 17:40:41 +02:00
parent 7c24707650
commit 8143bb6608

View File

@ -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(