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
The output from the above is ConnectionErrors([]), and the logger silently does nothing. Should the dns lookup failing be an error case, or at least included in the errors returned in ConnectionErrors?
The text was updated successfully, but these errors were encountered:
If the graylog host cannot be resolved, the
ConnectionErrors
returned byconnect
is empty, even though it failed to connect to anything.Example
The output from the above is
ConnectionErrors([])
, and the logger silently does nothing. Should the dns lookup failing be an error case, or at least included in the errors returned in ConnectionErrors?The text was updated successfully, but these errors were encountered: