Is it possible to add additional context using the standard library logging module?
In other libraries like python-json-logger, there is a concept of an extra field. My goal is to add some additional context like event.id more easily to the logged message without binding to a structlog
Is it possible to add additional context using the standard library
loggingmodule?In other libraries like python-json-logger, there is a concept of an
extrafield. My goal is to add some additional context likeevent.idmore easily to the logged message without binding to astructlog