Skip to content

Tags: hrxi/tracing-gelf

Tags

nimiq-2022-03-10

Toggle nimiq-2022-03-10's commit message
Log errors and connection establishment to the GELF server

Previously, connecting to the wrong IP address or port would fail
silently. Now, it's at least logged (to some other logging interface,
should one be registered).

Also move the logging suppression to the inner sending loop, there
should be no harm in logging the connection establishment phase.