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
We are currently only resolving the address of the GELF server when creating a new writer. This is problematic for long running processes because the IP address of the GELF server might change. Since this is UDP, the "connection" will never break and we will never notice.
To solve this, the IP address of the GELF server should be resolved again once the TTL of the DNS entry expires.
The text was updated successfully, but these errors were encountered:
We are currently only resolving the address of the GELF server when creating a new writer. This is problematic for long running processes because the IP address of the GELF server might change. Since this is UDP, the "connection" will never break and we will never notice.
To solve this, the IP address of the GELF server should be resolved again once the TTL of the DNS entry expires.
The text was updated successfully, but these errors were encountered: