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
My usecase is to use a custom handler which extends the built in sockethandler class in python logging, disable pickling and send the logs to a fluentd tcp socket. I also want to use a custom formatter by extending the jsonformatter class so I can add additional common fields to it, for e.g k8s specific labels, pod_name, k8s_host etc.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My usecase is to use a custom handler which extends the built in sockethandler class in python logging, disable pickling and send the logs to a fluentd tcp socket. I also want to use a custom formatter by extending the jsonformatter class so I can add additional common fields to it, for e.g k8s specific labels, pod_name, k8s_host etc.
Beta Was this translation helpful? Give feedback.
All reactions