summaryrefslogtreecommitdiff
path: root/packages/busybox/busybox-static-1.2.1/syslog.conf
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-06-14 14:32:24 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-06-14 14:32:24 +0000
commitf1f149c43e0e0f7bb2786422637be395ea76ae89 (patch)
treea84aff42793cb216c46dccc0576e430450f61ed0 /packages/busybox/busybox-static-1.2.1/syslog.conf
parent49c22aff0b957d0104a569239484c577a3d7828d (diff)
busybox-static 1.2.1: Re-aad override dir prioperly with files.
Diffstat (limited to 'packages/busybox/busybox-static-1.2.1/syslog.conf')
-rw-r--r--packages/busybox/busybox-static-1.2.1/syslog.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/busybox/busybox-static-1.2.1/syslog.conf b/packages/busybox/busybox-static-1.2.1/syslog.conf
new file mode 100644
index 0000000000..047e82419e
--- /dev/null
+++ b/packages/busybox/busybox-static-1.2.1/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=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!)