mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 19:15:54 +02:00
Backupctrl zur ISO gefuegt. Das logger-Tool loggt nicht korrekt in eine Datei. Unser IPSec-restart-Problem mit einem kleinem Patch behoben. Das das ifconfig Fehler liefert nehmen wir IP. Bitte testet dies noch einmal langfristig!!! git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@713 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
27 lines
679 B
Plaintext
27 lines
679 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
|
|
daemon.*;local0.*;local2.*;*.info;mail.none;authpriv.* /var/log/messages
|
|
|
|
# Log crons
|
|
#cron.* /var/log/cron.log
|
|
|
|
# Everybody gets emergency messages
|
|
*.emerg *
|
|
|
|
# Save boot messages also to boot.log
|
|
local7.* /var/log/boot.log
|
|
|
|
# Display logs on tty12
|
|
*.* /dev/tty12
|
|
|
|
# Optionally log to a remote host
|
|
#*.* @hostname.domain
|
|
|
|
# Postfix logs
|
|
mail.* /var/log/mail
|