diff --git a/docs/sbbscon.txt b/docs/sbbscon.txt index c0fb92f6e74b0aec2c602ac3b4c1573deb9a2d5d..65ceeeab56272331ec353b4f13b615adc3a23221 100644 --- a/docs/sbbscon.txt +++ b/docs/sbbscon.txt @@ -148,6 +148,12 @@ To configure syslog and the LogFacility, a good default to use is LogFacility=3 Then, in /etc/syslog.conf you will need to add the line: local3.* /var/log/synchronet.log +Depending on how your vendor set up syslog.conf initially, you may also want +to exclude local3.* from other log files (Noteably /var/log/messages) how to +do this varies with your syslogd implementation, but for BSD based ones +(Which BSD and many Linux distros use) you would add ";local3.none" to the +end of the first field in the /var/log/messages line. + You will have to create this file manually initially by running: touch /var/log/synchronet.log