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
I encountered one such bug.I use k8s to deploy my application,and send the log to fluentd.However, when fluentd's pod dies, fluentd's service is still normal.At this time, my openstack application will not start up and will keep trying to connect fluentd's service.
Is there anyone who can help me?
The text was updated successfully, but these errors were encountered:
I'm not entirely sure what you're asking. You have a synchronous logger that tries to connect to non-existing server endpoint and you're confused why your application does not progress?
What would be an expected behavior? Have you tried using AsyncSender? Have you collected any application-side logs?
Generally-speaking this is not the forum to post generalized "my application doesn't run" questions. If you have a specific bug/issue with fluent python logger to report, you're welcome post them.
I encountered one such bug.I use k8s to deploy my application,and send the log to fluentd.However, when fluentd's pod dies, fluentd's service is still normal.At this time, my openstack application will not start up and will keep trying to connect fluentd's service.
Is there anyone who can help me?
The text was updated successfully, but these errors were encountered: