Tagged Questions
1
vote
1answer
150 views
Behavior of rsyslog writing to a pipe
I configure rsyslog with an additional entry, like this:
*.* |/var/log/logpipes/pipe1
and have my own evaluation program for the messages received. This
works so far, but I am unsure, how rsyslog ...