aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core-ivi/busybox/files/syslog-startup.conf
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core-ivi/busybox/files/syslog-startup.conf')
-rw-r--r--recipes-core-ivi/busybox/files/syslog-startup.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-core-ivi/busybox/files/syslog-startup.conf b/recipes-core-ivi/busybox/files/syslog-startup.conf
new file mode 100644
index 0000000..6d35375
--- /dev/null
+++ b/recipes-core-ivi/busybox/files/syslog-startup.conf
@@ -0,0 +1,13 @@
+# This configuration file is used by the busybox syslog init script,
+# /etc/init.d/syslog[.busybox] to set syslog configuration at start time.
+
+DESTINATION=file # log destinations (buffer file remote)
+LOGFILE=/var/log/messages # where to log (file)
+REMOTE=loghost:514 # where to log (syslog remote)
+REDUCE=no # reduce-size logging
+DROPDUPLICATES=no # whether to drop duplicate log entries
+#ROTATESIZE=0 # rotate log if grown beyond X [kByte]
+#ROTATEGENS=3 # keep X generations of rotated logs
+BUFFERSIZE=64 # size of circular buffer [kByte]
+FOREGROUND=no # run in foreground (don't use!)
+#LOGLEVEL=5 # local log level (between 1 and 8)