summaryrefslogtreecommitdiff
path: root/packages/busybox/files/syslog.conf
blob: e2a2d58412dab99f9386e1492e52e2025a5a47e2 (plain)
1
2
3
4
5
6
7
8
9
DESTINATION="buffer"		# log destinations (buffer file remote)
MARKINT=20			# intervall between --mark-- entries
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]
ROTATEGENS=3			# keep X generations of rotated logs
BUFFERSIZE=64			# size of circular buffer [kByte]
FOREGROUND=no			# run in foreground (don't use!)