modules/admin-{core,full}: cover new openwrt option "cronloglevel"
[project/luci.git] / modules / admin-core / root / lib / uci / schema / default / system
index 28fee1c..13339ee 100644 (file)
@@ -47,6 +47,14 @@ config variable
         option description 'Level of log messages on the console'
        option datatype integer
 
+config variable
+        option name 'cronloglevel'
+        option section 'system.system'
+        option title 'Crond log level'
+        option description 'Level of log messages for cron daemon'
+       option datatype integer
+
+
 config section
        option name 'led'
        option package 'system'