blob: 10d13c70a4dddeb8ff227120397528bff3ff5b1f [file] [log] [blame]
xf.li86118912025-03-19 20:07:27 -07001# This configuration file is used by the busybox syslog init script,
2# /etc/init.d/syslog[.busybox] to set syslog configuration at start time.
3
4DESTINATION=file # log destinations (buffer file remote)
5LOGFILE=/var/log/messages # where to log (file)
6REMOTE=loghost:514 # where to log (syslog remote)
7REDUCE=no # reduce-size logging
8DROPDUPLICATES=no # whether to drop duplicate log entries
9ROTATESIZE=1024 # rotate log if grown beyond X [kByte]
10ROTATEGENS=5 # keep X generations of rotated logs
11BUFFERSIZE=64 # size of circular buffer [kByte]
12FOREGROUND=no # run in foreground (don't use!)
13LOGLEVEL=4 # local log level (between 1 and 8)