summaryrefslogtreecommitdiff
path: root/user/metalog/metalog.confd
diff options
context:
space:
mode:
Diffstat (limited to 'user/metalog/metalog.confd')
-rw-r--r--user/metalog/metalog.confd18
1 files changed, 18 insertions, 0 deletions
diff --git a/user/metalog/metalog.confd b/user/metalog/metalog.confd
new file mode 100644
index 000000000..ec7e64eda
--- /dev/null
+++ b/user/metalog/metalog.confd
@@ -0,0 +1,18 @@
+# /etc/conf.d/metalog
+
+# Some useful options:
+# -a Log with buffering
+# -s Log without buffering
+# See `metalog --help` for more
+
+METALOG_OPTS=""
+
+
+# Options used by /usr/sbin/consolelog.sh
+
+# Space delimited list of devices to write "console" messages to
+#CONSOLE="/dev/console /dev/tty10"
+CONSOLE="/dev/tty10"
+
+# Format of logging (make sure you use single quotes)
+FORMAT='$1 [$2] $3'