timemngr: Updated loglevel

This commit is contained in:
Vivek Kumar Dutta 2024-09-25 11:24:41 +05:30
parent 135e31a3e2
commit 598b5c8e4a
3 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=timemngr
PKG_VERSION:=1.1.2
PKG_VERSION:=1.1.3
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)

View file

@ -1,6 +1,7 @@
config global 'global'
option enable '1'
option dst '1'
option loglevel '2'
config client 'client'
option enable '1'

View file

@ -15,7 +15,7 @@ log() {
validate_global_section() {
uci_validate_section time global global \
'enable:bool:1' \
'loglevel:uinteger:4' \
'loglevel:uinteger:3' \
'mdns:bool:1'
}