Skip to content

Commit c3208ba

Browse files
committed
Update debian example configuration file
Correct document comments. Minor fix
1 parent 7cca32d commit c3208ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

debian/syslog-ng.conf.example

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ source src { unix-dgram("/dev/log"); internal();
2626
########################
2727
# Destinations
2828
########################
29-
# First some standard logfile
29+
# First some standard logfiles.
3030
#
3131
destination auth { file("/var/log/auth.log"); };
3232
destination cron { file("/var/log/cron.log"); };
@@ -38,13 +38,13 @@ destination syslog { file("/var/log/syslog.log"); };
3838
destination user { file("/var/log/user.log"); };
3939
destination uucp { file("/var/log/uucp.log"); };
4040

41-
# This files are the log come from the mail subsystem.
41+
# These files are the logs that come from the mail subsystem.
4242
#
4343
destination mailinfo { file("/var/log/mail/mail.info"); };
4444
destination mailwarn { file("/var/log/mail/mail.warn"); };
4545
destination mailerr { file("/var/log/mail/mail.err"); };
4646

47-
# Logging for INN news system
47+
# Logging for INN news system.
4848
#
4949
destination newscrit { file("/var/log/news/news.crit"); };
5050
destination newserr { file("/var/log/news/news.err"); };
@@ -80,8 +80,8 @@ destination ppp { file("/var/log/ppp.log"); };
8080
########################
8181
# Filters
8282
########################
83-
# Here's come the filter options. With this rules, we can set which
84-
# message go where.
83+
# Here are some filter options. With these rules, we can set which
84+
# message goes where.
8585

8686
filter dbg { level(debug); };
8787
filter info { level(info); };

0 commit comments

Comments
 (0)