search for: uh0emvbnb0qhkf2leuc

Displaying 1 result from an estimated 1 matches for "uh0emvbnb0qhkf2leuc".

2014 Mar 04
2
Pipe into logger duplicates messages in /var/log/messages
I am trying to pipe the output from a process into syslog using the logger command. Initially I pipe the output into a separate file, but as it happens this filled up the disk when things went wrong. So I figured I redirect the output to syslog and let logrotate deal with the roll-over and archive of the file. However the following command : echo "HI" > logger -t test Resulted in