modules/admin-{core,full}: cover new openwrt option "cronloglevel"
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 29 Apr 2009 13:19:23 +0000 (13:19 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 29 Apr 2009 13:19:23 +0000 (13:19 +0000)
modules/admin-core/root/lib/uci/schema/default/system
modules/admin-full/luasrc/model/cbi/admin_system/system.lua

index 28fee1c2e1e537687a73e5c1ebd184affae39d46..13339ee06f3baee57c231137cfe23f5b831b13ed 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'
index 6814680647ef1091a57d1dcc87d655855ded1cc4..b3c2a4e86c4f9aacc757588606b5488f4f29585c 100644 (file)
@@ -76,4 +76,5 @@ end
 s:option(Value, "log_size", nil, "kiB").optional = true
 s:option(Value, "log_ip").optional = true
 s:option(Value, "conloglevel").optional = true
+s:option(Value, "cronloglevel").optional = true
 return m