Merge branch 'logging' into qa

This commit is contained in:
Misty De Méo 2025-02-24 16:31:26 -08:00
commit c0a4412d80

View file

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