luci-0.8: Merge r4453
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 29 Apr 2009 13:23:11 +0000 (13:23 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 29 Apr 2009 13:23:11 +0000 (13:23 +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 9820cceb2c6329cbac1bf917d346ed86c1e7898f..bd5e232728b0ebfe4f183239d1c34ea0efa4adc7 100644 (file)
@@ -70,4 +70,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