From 6064bd27781b00a4c9526d57a2cbd5c4f31642d9 Mon Sep 17 00:00:00 2001 From: sledz Date: Tue, 2 Mar 2010 11:47:21 +0000 Subject: [PATCH] busybox: syslog to file instead of buffer for hipox machine by default Signed-off-by: Steffen Sledz --- recipes/busybox/files/hipox/syslog.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes/busybox/files/hipox/syslog.conf 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!) -- 2.39.5