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 have a server running nexd that is currently disconnected from the internet. The logging is much more than necessary.
The behavior I see in a loop:
systemd launches nexd
some startup logs
log message showing a stun error because it couldn't look up the stun server via DNS
Four warning logs every 15 seconds showing a DNS lookup failure for the API server
A fatal log message that the API DNS lookup has failed
nexd exits
systemd restarts nexd
I don't think exiting is necessary. I would expect nexd to start up just fine without an internet connection and go into its reconciliation loop. It should log the DNS lookup failures once and then log again when it works again. It should not exit because of this normal condition.
The text was updated successfully, but these errors were encountered:
I have a server running nexd that is currently disconnected from the internet. The logging is much more than necessary.
The behavior I see in a loop:
I don't think exiting is necessary. I would expect
nexd
to start up just fine without an internet connection and go into its reconciliation loop. It should log the DNS lookup failures once and then log again when it works again. It should not exit because of this normal condition.The text was updated successfully, but these errors were encountered: