You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ourlogs): Use repr instead of json for message and arguments (#4227)
Currently if you do something like
```
python_logger = logging.Logger("test-logger")
python_logger.error(Exception("test exc"))
```
It will error, because Exception is not JSON serializable.
---------
Co-authored-by: Anton Pirker <[email protected]>
0 commit comments