map-controller: 6.4.0.13

Default logging level to INFO (2)
This commit is contained in:
Filip Matusiak 2025-08-22 16:33:47 +02:00
parent a794e51f56
commit 324f482548
2 changed files with 3 additions and 3 deletions

View file

@ -6,9 +6,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=map-controller
PKG_VERSION:=6.4.0.12
PKG_VERSION:=6.4.0.13
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=b57de6bd21ba89adb43eaf9bacd2d7931d82dbee
PKG_SOURCE_VERSION:=924454d7e1ec869d65359fef496a033e28248ef5
PKG_MAINTAINER:=Jakob Olsson <jakob.olsson@genexis.eu>
LOCAL_DEV=0

View file

@ -2,7 +2,7 @@ config controller 'controller'
option enabled '1' # may be modified by other package start-up scripts (i.e. map-agent)
option profile '3'
option registrar '2 5 6'
option debug '0'
option debug '2'
option bcn_metrics_max_num '10'
option initial_channel_scan '0'
option enable_ts '0'