busybox: syslog to file instead of buffer for hipox machine by default
authorsledz <sledz@ba11ecae-741b-462f-8724-1218f99f5906>
Tue, 2 Mar 2010 11:47:21 +0000 (11:47 +0000)
committerSteffen Sledz <sledz@dresearch.de>
Thu, 11 Mar 2010 11:28:28 +0000 (12:28 +0100)
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
recipes/busybox/files/hipox/syslog.conf [new file with mode: 0644]

diff --git a/recipes/busybox/files/hipox/syslog.conf b/recipes/busybox/files/hipox/syslog.conf
new file mode 100644 (file)
index 0000000..b45cd45
--- /dev/null
@@ -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!)