mirror of
https://git.yoctoproject.org/poky
synced 2026-03-27 16:02:21 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
10 lines
508 B
Plaintext
10 lines
508 B
Plaintext
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] (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!)
|