summaryrefslogtreecommitdiff
path: root/recipes/busybox/busybox-1.13.2/corecdp/syslog.conf
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2010-04-30 10:47:57 -0500
committerJesse Gilles <jgilles@multitech.com>2010-04-30 10:47:57 -0500
commit55e6ac0d5ef31c06f67f4bf4007feede970b4e70 (patch)
tree9ae6fc9d175ea592e30e726e997fd31861a3fa3c /recipes/busybox/busybox-1.13.2/corecdp/syslog.conf
parentf214b1be0e5d91551b18906e792de187a7a7b663 (diff)
busybox: CoreCDP config
Diffstat (limited to 'recipes/busybox/busybox-1.13.2/corecdp/syslog.conf')
-rw-r--r--recipes/busybox/busybox-1.13.2/corecdp/syslog.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/busybox/busybox-1.13.2/corecdp/syslog.conf b/recipes/busybox/busybox-1.13.2/corecdp/syslog.conf
new file mode 100644
index 0000000000..047e82419e
--- /dev/null
+++ b/recipes/busybox/busybox-1.13.2/corecdp/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!)