erlang-syslog icon indicating copy to clipboard operation
erlang-syslog copied to clipboard

Erlang port driver for interacting with syslog via syslog(3)

Results 5 erlang-syslog issues
Sort by recently updated
recently updated
newest added

``` ➜ mix compile ===> Analyzing applications... ===> Compiling syslog ===> Missing artifact priv/syslog_drv.so ** (Mix) Could not compile dependency :syslog, "/home/alex/.mix/rebar3 bare compile --paths /home/alex/Projects/soapbox/_build/dev/lib/*/ebin" command failed. You can...

Solves compilation issue with OTP 23 (https://github.com/blt/port_compiler/pull/64)

Hi, this commit https://github.com/Vagabond/erlang-syslog/commit/964310d0c0f9b784d784b432a176b61f39d1f41b breaks dependency compilation with rebar2 rebar version rebar 2.6.4 17 20160926_070944 git 2.6.4-4-g576e121 rebar get-deps ... ==> lager_syslog (get-deps) Pulling syslog from {git,"git://github.com/Vagabond/erlang-syslog", {branch,"master"}} Cloning into...

For some reason @blt has decided today to change the tags and add `v` in front of all tags. removing the tag causes the new builds in our production to...

Hi. If i send a one bad message(in my case unicode string instead of utf8 string), then all messages after that get me a "bad argument" error despite the fact...