aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/files/syslog-startup.conf
blob: 1e4c559a81765a99b94f6347972789e50c3fe93e (plain)
1
2
3
4
5
6
7
8
9
10
11
# This configuration file is used by the busybox syslog init script,
# /etc/init.d/syslog[.busybox] to set syslog configuration at start time.

DESTINATION=buffer		# log destinations (buffer file remote)
LOGFILE=/var/log/messages	# where to log (file)
REMOTE=loghost:514		# where to log (syslog remote)
REDUCE=no			# reduce-size logging
#ROTATESIZE=0			# rotate log if grown beyond X [kByte] (incompatible with busybox)
#ROTATEGENS=3			# keep X generations of rotated logs (incompatible with busybox)
BUFFERSIZE=64			# size of circular buffer [kByte]
FOREGROUND=no			# run in foreground (don't use!)