timber-elixir
timber-elixir copied to clipboard
Add a syslog transport
See https://github.com/Vagabond/erlang-syslog/blob/master/src/syslog.erl for example of how this has been done before
@DavidAntaramian is this still relevant given the binary we're going to build?
@binarylogic Yes, perhaps even more so. For the binary, we'd have to either:
- Build a file backend (Client App -> (files) -> binary)
- Build this syslog backend (Client App -> syslog -> binary)
Can't STDOUT be directed to syslog as well? If so, what would be the advantage of doing it here?
How can STDOUT be directed to syslog?