papertrail / remote_syslog2

To install, see "Releases" tab. Self-contained daemon for reading local files and emitting remote syslog (without using local syslogd).
http://help.papertrailapp.com/
MIT License
635 stars 158 forks source link

Allow reading logs from fifo files (named pipes) #227

Open sriedel opened 5 years ago

sriedel commented 5 years ago

It would be nice to be able to grab the logs from named pipes created with mkfifo. Currently attempting to do this results in the error "Illegal seek".

The use case here is running the application in a docker container, where the docker host is tied down so much configuration wise that "proper" solution of configuring docker to send its logs to papertrail is not feasable.

iameli commented 4 years ago

I'd love this as well.

luckman212 commented 2 years ago

Came here to ask this too!