make name a required argument and add fallback to getEffectiveLevel
This commit is contained in:
@@ -20,7 +20,7 @@ class Configuration(object):
|
||||
"""
|
||||
def __init__(self, args: Namespace) -> None:
|
||||
self.args = args
|
||||
self.logging = Logger(name=__name__)
|
||||
self.logging = Logger(__name__)
|
||||
self.logger = self.logging.get_logger()
|
||||
self.config = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user