Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abrander/logpipe
Small utility to enable non-syslog applications to log to syslog through a named pipe (FIFO)
https://github.com/abrander/logpipe
go log syslog
Last synced: about 1 month ago
JSON representation
Small utility to enable non-syslog applications to log to syslog through a named pipe (FIFO)
- Host: GitHub
- URL: https://github.com/abrander/logpipe
- Owner: abrander
- License: mit
- Created: 2015-08-04T06:36:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T12:35:21.000Z (over 9 years ago)
- Last Synced: 2023-02-27T02:06:40.033Z (almost 2 years ago)
- Topics: go, log, syslog
- Language: Go
- Size: 148 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# logpipe
Small utility to enable non-syslog applications to log to the local syslog through a named pipe (FIFO).Logpipe was developed specifically for nginx and InfluxDB, but it should be usable for any application that can log to a file, but not to syslog.