summaryrefslogtreecommitdiff
path: root/examples/syslogd/log/README
blob: 9d4968e0aebe720a93074a3557fd8de53978a63c (plain)
1
2
3
4
5
6
7
8
9
 This logger service logs everything the syslogd service receives
into subdirectories of /var/log/syslogd/ logdir.

 The script provided in env/LOGSCRIPT emulates the default
syslogd behaviour on a majority of Linux distributions.

 Note that spaces cannot be used as is in the LOGSCRIPT file,
because they are delimiters for the splitting of $LOGSCRIPT
in the run script. So \s is used instead.