busybox-1.13.2: log to /var/log/messages (opendreambox)
authorAndreas Oberritter <obi@opendreambox.org>
Wed, 15 Jul 2009 18:32:00 +0000 (20:32 +0200)
committerAndreas Oberritter <obi@opendreambox.org>
Wed, 15 Jul 2009 18:32:00 +0000 (20:32 +0200)
recipes/busybox/busybox-1.13.2/opendreambox/syslog.conf [new file with mode: 0644]

diff --git a/recipes/busybox/busybox-1.13.2/opendreambox/syslog.conf b/recipes/busybox/busybox-1.13.2/opendreambox/syslog.conf
new file mode 100644 (file)
index 0000000..047e824
--- /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=32                  # 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!)