Remove log.change_loglevel
This commit is contained in:
parent
75c3b1a9f8
commit
fd0965703e
@ -255,11 +255,6 @@ def _init_handlers(level, color, force_color, json_logging, ram_capacity):
|
||||
return console_handler, ram_handler
|
||||
|
||||
|
||||
def change_loglevel(level):
|
||||
value = LOG_LEVELS[level.upper()]
|
||||
console_handler.setLevel(value)
|
||||
|
||||
|
||||
def _init_formatters(level, color, force_color, json_logging):
|
||||
"""Init log formatters.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user