lib/logging: fix typo
This commit is contained in:
@ -5,5 +5,5 @@ from os import getpid
|
||||
# pylint: disable=unused-argument
|
||||
def add_process_id(logger, method_name, event_dict):
|
||||
"""Add the current process ID"""
|
||||
event_dict["pdi"] = getpid()
|
||||
event_dict["pid"] = getpid()
|
||||
return event_dict
|
||||
|
Reference in New Issue
Block a user