Files
bpfire/config/etc/syslog.conf
Michael Tremer adb11e90df Always enable asynchronous logging
This patch always enables asynchronous logging which slows
down the system a lot on slow storage and some virtual environments.

It also removes the configuration options in the web
user interface, since this is not configurable any more.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2016-11-29 12:18:41 +00:00

24 lines
618 B
Plaintext

# Log all kernel messages to the console.
# Logging much else clutters up the screen.
#kern.* /dev/console
# Log anything (except mail) of level info or higher.
# Don't log private authentication messages!
# local0.* any dhcpcd log (even debug) in messages
cron.none;daemon.*;local0.*;local2.*;*.info;mail.none;authpriv.* -/var/log/messages
# Log crons
#cron.* -/var/log/cron.log
# Everybody gets emergency messages
*.emerg *
# Display logs on tty12
*.* /dev/tty12
# Optionally log to a remote host
#*.* @hostname.domain
# Postfix logs
mail.* -/var/log/mail