Alex Marshall
Results
1
comments of
Alex Marshall
> I fixed it by defining a subclass of the original LoggingHandler and use that class for the otlp handler instead: > > ``` > from logging import LogRecord >...