Remote Syslog2 Versions Save

To install, see "Releases" tab. Self-contained daemon for reading local files and emitting remote syslog (without using local syslogd).

v0.21

1 year ago

This is primarily a maintenance release, including several new features and additional OS support.

  • Added build of arm64 binaries (#221)
  • Add support for Loggly-style ingestion tokens (#239)
  • Add FreeBSD build to Makefile (#240)
    • Updated VividCortex/godaemon dependency to eliminate CGO
  • Remove obsolete embedded RootCA bundle (#241)
  • Fix panic: cannot daemonize on windows (#242)

v0.21-beta1

2 years ago
  • Added build of arm64 binaries (#221)
  • Add support for Loggly-style ingestion tokens (#239)
  • Add FreeBSD build to Makefile (#240)
    • Updated VividCortex/godaemon dependency to eliminate CGO
  • Remove obsolete embedded RootCA bundle (#241)

v0.20

6 years ago

This is an important bugfix release. Users of v0.19 that experience high memory usage or a cessation of sending logs should upgrade.

  • New go-tail, which periodically checks inode numbers #200
  • New go-tail, to fix goroutine leaks #206

v0.20-beta2

6 years ago
  • New go-tail, to fix goroutine leaks #206

v0.20-beta1

7 years ago
  • New go-tail, which periodically checks inode numbers #200

v0.19

7 years ago

This is an important bugfix release. Users of v0.18 that experience high memory usage or a cessation of sending logs should upgrade.

  • Refactoring configuration for better testability
  • Tail new log files from the beginning (fixes #83)
  • Fix race condition leading to duplicate tailing #181
  • Reimplement file tailing to fix goroutine and memory leaks. Also fixes logging stoppage.
  • Fix for tailing stoppage when a file is truncated
  • Take into account watched files that are truncated and filled with NUL bytes by the OS

v0.19-beta4

7 years ago
  • fix for tailing stoppage when a file is truncated

v0.19-beta3

7 years ago
  • Reimplement file tailing to fix goroutine and memory leaks. Also fixes logging stoppage.

v0.19-beta2

7 years ago

Bugfixes:

  • Fix race condition leading to duplicate tailing #181

v0.19-beta1

7 years ago
  • Refactoring configuration for better testability
  • Tail new log files from the beginning (fixes #83)