Improve rsyslog again.

This commit is contained in:
Greyscale 2019-07-24 18:13:45 +02:00
parent 2f44e066f0
commit cd2185a4da

View file

@ -8,4 +8,4 @@ chmod 777 $SYSLOG_LOCATION
service rsyslog start;
sleep 5
tail -f $SYSLOG_LOCATION | sed --unbuffered 's|.*: ||'
tail -f $SYSLOG_LOCATION | sed --unbuffered 's|.*\[.*\]: ||g'