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
k8s-sidecare supports json logging, however for any python related exception, the standard format appears on stdout. This is really hard, because on loki, each single line is a dedicated message.
It would be great, if exceptions could be caught in general and can be logging by the configured logging handler
The text was updated successfully, but these errors were encountered:
JSON logging is also on our bucket list. We wanted to implement this so that you can switch between plain and JSON logging via feature toggle. On the other hand, in a k8s environment we could also do JSON logging exclusively.
Do you already have an approach or a PR draft that implements the JSON logging feature?
k8s-sidecare supports json logging, however for any python related exception, the standard format appears on stdout. This is really hard, because on loki, each single line is a dedicated message.
It would be great, if exceptions could be caught in general and can be logging by the configured logging handler
The text was updated successfully, but these errors were encountered: