|
|
| |
IM_CLASSIC(8) |
FreeBSD System Manager's Manual |
IM_CLASSIC(8) |
classic output module —
syslogd(8)
output module for output to files, users or other hosts (UDP)
classic |
filename | user{,user} |
* | @hostname |
If there is no module mentioned in a
syslog.conf(5)
line,
om_classic(8)
is used.
- filename
- Appends logs to filename. Note that
om_classic(8)
will not create the logfile for you.
- user{,user}
- Writes the log messages to the tty of the listed users.
- *
- Writes the logs to all logged in users.
- @hostname
- Sends logs with UDP to the "syslog" port on
hostname.
# logs to a file
*.* /var/log/all
# the same, with module syntax
*.* %classic /var/log/all
# to all logged in users
*.emerg %classic *
# to another machine by means of UDP
*.notice %classic @loghost.domain.com
# to the terminal where root is logged in.
*.alert %classic root
- Submit bugs at this project's Sourceforge Bug reporting system at:
http://sourceforge.net/tracker/?func=add&group_id=25741&atid=385117
You may also report them directly to the authors; send an email to
core.devel.alat@corest.com, describing the problem the most you can,
containing also machine description, hardware description, the
configuration file (/usr/local/etc/syslog.conf), the OS description, and
the invoking command line. The more you describe the bug, the faster we
can fix it.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |