syslog icon indicating copy to clipboard operation
syslog copied to clipboard

Elixir logger syslog backend

Results 12 syslog issues
Sort by recently updated
recently updated
newest added

In Elixir v1.15 a deprecation warning is emitted if the deprecated log level shortcut `warn` is: ``` warning: the log level :warn is deprecated, use :warning instead (logger 1.15.7) lib/logger.ex:1137:...

When logging with udp on a syslog server, `localhost` is used as the hostname in the log instead of the actual machine name. Example of invalid host name: ``` Jun...

Socket is nil after calling `configure`. I am working on a fix.

Unit tests are broken. I am working on a fix.

The metadata are logged in a different order than what the Elixir console logger logs. This is problematic when using a tool to automatically parsing the logs.

Any change to get this package published on hex.pm? It would be great. Also there is a name clash with an Erlang package available in hex.pm, also called syslog, see...

The handle_info event is causing error in modules using syslog. [warn] ** Undefined handle_info in Logger.Backends.Syslog#012** Unhandled message: {:io_reply, #Reference, :ok}

Currently, the timestamp is printed twice for each log entry. Need to use the Logger.Formatter.format in such a way so that it does not include a timestamp, since I believe...