summaryrefslogtreecommitdiffstats
path: root/source/a/dcron/crond.default
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/dcron/crond.default')
-rw-r--r--source/a/dcron/crond.default10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/a/dcron/crond.default b/source/a/dcron/crond.default
new file mode 100644
index 000000000..032030060
--- /dev/null
+++ b/source/a/dcron/crond.default
@@ -0,0 +1,10 @@
+# Default log level is "notice". If you want cron to actually log activity
+# to /var/log/cron, then change "-l notice" to "-l info" to increase the
+# logging level.
+#
+# Valid log levels are:
+# alert, crit, debug, emerg, err, error (deprecated synonym for err),
+# info, notice, panic (deprecated synonym for emerg), warning,
+# warn (deprecated synonym for warning).
+
+CROND_OPTS="-l notice"