Some small updates and fixes for Zigbee

This commit is contained in:
Ziver Koc 2021-01-26 01:52:50 +01:00
parent 326d773741
commit 65581f13d5
12 changed files with 77 additions and 38 deletions

View file

@ -1,15 +1,30 @@
# logging.properties
# LogUtil.readConfiguration("logging.properties");
# -------------------------------------
# HAL
# -------------------------------------
handlers = java.util.logging.ConsoleHandler, java.util.logging.FileHandler
java.util.logging.ConsoleHandler.level = ALL
java.util.logging.ConsoleHandler.formatter = zutil.log.CompactLogFormatter
java.util.logging.FileHandler.level = ALL
java.util.logging.FileHandler.formatter = zutil.log.CompactLogFormatter
se.hal.level = ALL
# Libs
zutil.level = ALL
zutil.db.bean.level = INFO
zutil.net.http.page.HttpFilePage.level = INFO
zutil.net.http.page.HttpFilePage.level = INFO
# Hal Core
se.hal.level = ALL
# -------------------------------------
# Plugins
# -------------------------------------
#com.zsmartsystems.zigbee.level = FINE
com.zsmartsystems.zigbee.dongle.cc2531.zigbee.util.ByteUtils.level = INFO
com.zsmartsystems.zigbee.dongle.cc2531.network.packet.ZToolPacketStream.level = INFO