xref: /openbmc/openbmc/poky/meta/recipes-core/busybox/files/syslog-startup.conf (revision c124f4f2e04dca16a428a76c89677328bc7bf908)
1# 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
9#ROTATESIZE=0			# rotate log if grown beyond X [kByte]
10#ROTATEGENS=3			# keep X generations of rotated logs
11BUFFERSIZE=64			# size of circular buffer [kByte]
12FOREGROUND=no			# run in foreground (don't use!)
13#LOGLEVEL=5			# local log level (between 1 and 8)
14