logs-syslog

Emit Logs via syslog

OTHER License

Stars
9

Bot releases are hidden (Show)

logs-syslog - 0.4.1 Latest Release

Published by hannesm about 2 months ago

CHANGES:

  • update to TLS 1.0.0 API (#17)
logs-syslog - 0.4.0

Published by hannesm over 1 year ago

CHANGES:

  • mirage: remove usage of mirage-console, use Printf directly
  • remove using Astring (implicit dependency from syslog-message, which got
    removed in syslog-message 1.2.0)
logs-syslog - 0.3.2

Published by hannesm over 1 year ago

CHANGES:

  • update to tls 0.16.0 package split (tls.lwt -> tls-lwt)
logs-syslog - 0.3.1

Published by hannesm almost 3 years ago

CHANGES:

  • upgrade to tcpip 7.0.0 and deprecation of mirage-stack
logs-syslog - https://github.com/hannesm/logs-syslog/releases/tag/v0.3.0

Published by hannesm almost 4 years ago

CHANGES:

  • support MirageOS dual IPv4 and IPv6 stack
logs-syslog - https://github.com/hannesm/logs-syslog/releases/tag/v0.2.2

Published by hannesm almost 5 years ago

CHANGES:

  • adapt to mirage interfaces (mirage-kv, mirage-clock, mirage-console 3.0.0)
logs-syslog - https://github.com/hannesm/logs-syslog/releases/tag/v0.2.1

Published by hannesm over 5 years ago

CHANGES:

  • lwt: don't report while reporting (otherwise out of memory).
logs-syslog - https://github.com/hannesm/logs-syslog/releases/tag/0.2.0

Published by hannesm almost 6 years ago

CHANGES:

  • support for syslog-message.1.0.0
    it split the message field of Syslog_message.t into tag and content
    use the name of Logs.src as tag when sending messages
  • move build system to dune (#10 by @dra27)
  • provide Logs_syslog.facility Logs.Tag.def to specify facility in log
    message, add ?facility as default facility to all reporters (reported in #7,
    fixed in #9 by @dra27)
  • append ':' to source (reported in #6, fixed in #8 by @dra27)
  • add missing dependency on unix for logs-syslog.unix (#4 by @dra27)
logs-syslog - https://github.com/hannesm/logs-syslog/releases/tag/0.1.1

Published by hannesm over 6 years ago

0.1.1 (2018-04-09)

  • be honest about lwt.unix dependency in tls-syslog.lwt{.tls} (lwt 4.0 support)
  • logs-syslog.lwt: no need to handle EAGAIN (already handled by Lwt_unix)
logs-syslog - https://github.com/hannesm/logs-syslog/releases/tag/0.1.0

Published by hannesm almost 8 years ago

0.1.0 (2017-01-18)

  • remove <4.03 compatibility
  • Mirage: use STACK instead of UDP/TCP
  • MirageOS3 support
logs-syslog - https://github.com/hannesm/logs-syslog/releases/tag/0.0.2

Published by hannesm almost 8 years ago

0.0.2 (2016-11-06)

  • Unix, TCP: wait (if something else reconnects) for 10 ms instead of 1s
  • Lwt, UDP: remove unneeded mutex
  • Lwt, TCP: lock in reconnect, close socket during at_exit
  • Lwt, TLS: lock in reconnect, close socket during at_exit
  • Mirage, TCP: respect ?framing argument
  • Mirage: catch possible exceptions, print errors to console (now required)
  • Mirage, TCP & TLS: lock in reconnect
logs-syslog - https://github.com/hannesm/logs-syslog/releases/tag/0.0.1

Published by hannesm almost 8 years ago

0.0.1 (2016-10-31)

  • initial release with Unix, Lwt, Mirage2 support