From: sledz Date: Tue, 2 Mar 2010 11:47:21 +0000 (+0000) Subject: busybox: syslog to file instead of buffer for hipox machine by default X-Git-Tag: Release-2010-05/1~359^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6064bd27781b00a4c9526d57a2cbd5c4f31642d9;p=openembedded.git busybox: syslog to file instead of buffer for hipox machine by default Signed-off-by: Steffen Sledz --- diff --git a/recipes/busybox/files/hipox/syslog.conf b/recipes/busybox/files/hipox/syslog.conf new file mode 100644 index 0000000000..b45cd459d4 --- /dev/null +++ b/recipes/busybox/files/hipox/syslog.conf @@ -0,0 +1,9 @@ +DESTINATION="file" # log destinations (buffer file remote) +MARKINT=20 # interval between --mark-- entries [min] +REDUCE=no # reduced-size logging +BUFFERSIZE=64 # buffer: size of circular buffer [kByte] +LOGFILE=/var/log/messages # file: where to log +ROTATESIZE=64 # file: rotate log if grown beyond X [kByte] (busybox 1.2+) +ROTATEGENS=1 # file: keep X generations of rotated logs (busybox 1.2+) +REMOTE=loghost:514 # remote: where to log +FOREGROUND=no # run in foreground (don't use!)