refactor
This commit is contained in:
parent
7c24707650
commit
8143bb6608
@ -44,7 +44,8 @@ class LoggingSection(Section):
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.FORMAT = StringAttribute(
|
self.FORMAT = StringAttribute(
|
||||||
name="logging_format",
|
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
|
value=logging.BASIC_FORMAT
|
||||||
)
|
)
|
||||||
self.LOG_LEVEL = LogLevelAttribute(
|
self.LOG_LEVEL = LogLevelAttribute(
|
||||||
|
Loading…
Reference in New Issue
Block a user