mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
cli: move logger name comment to docstring
This commit is contained in:
parent
e141543667
commit
c6001d8799
@ -112,8 +112,9 @@ def rethinker(args):
|
||||
return doublethink.Rethinker(servers.split(","), db)
|
||||
|
||||
|
||||
# Decorates the logger name with call location, if provided
|
||||
def decorate_logger_name(a, b, event_dict):
|
||||
"""Decorates the logger name with call location, if provided"""
|
||||
|
||||
old_name = event_dict.get("logger_name")
|
||||
if old_name is None:
|
||||
return event_dict
|
||||
|
Loading…
x
Reference in New Issue
Block a user