Skip to content

logging open-telemetry formatter bugfix

Latest
Compare
Choose a tag to compare
@jha-hitesh jha-hitesh released this 20 Feb 09:07
2b6b70e

when ujson fails to serialize python objects like date time the exception gets triggered which is not actually a error as ujson cant deserialize datetime objects or any python specific objects we have to add fallback for that failiure which already is present but that exception is broad and logger.exception gets triggered added an exception to handle type error and added info msg instead raising exception.