@@ -26,7 +26,7 @@ source src { unix-dgram("/dev/log"); internal();
26
26
########################
27
27
# Destinations
28
28
########################
29
- # First some standard logfile
29
+ # First some standard logfiles.
30
30
#
31
31
destination auth { file("/var/log/auth.log"); };
32
32
destination cron { file("/var/log/cron.log"); };
@@ -38,13 +38,13 @@ destination syslog { file("/var/log/syslog.log"); };
38
38
destination user { file("/var/log/user.log"); };
39
39
destination uucp { file("/var/log/uucp.log"); };
40
40
41
- # This files are the log come from the mail subsystem.
41
+ # These files are the logs that come from the mail subsystem.
42
42
#
43
43
destination mailinfo { file("/var/log/mail/mail.info"); };
44
44
destination mailwarn { file("/var/log/mail/mail.warn"); };
45
45
destination mailerr { file("/var/log/mail/mail.err"); };
46
46
47
- # Logging for INN news system
47
+ # Logging for INN news system.
48
48
#
49
49
destination newscrit { file("/var/log/news/news.crit"); };
50
50
destination newserr { file("/var/log/news/news.err"); };
@@ -80,8 +80,8 @@ destination ppp { file("/var/log/ppp.log"); };
80
80
########################
81
81
# Filters
82
82
########################
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.
85
85
86
86
filter dbg { level(debug); };
87
87
filter info { level(info); };
0 commit comments