arangodb-helper / arangodb

ArangoDB Starter - starts ArangoDB clusters & single servers with ease.
Apache License 2.0
74 stars 16 forks source link

Redirect HTTP server warnings into log file, skip TLS handshake errors #391

Closed nikita-vanyasin closed 9 months ago

nikita-vanyasin commented 9 months ago

1) Force underlying Go packages to write to zerolog instead of stderr 2) TLS handshake error from can spam a lot, especially when connecting through many intermediate proxies. Remove this from output.

Adapted from arangosync implementation.