Making zigbee main log level configurable.
This commit is contained in:
parent
228b6f2f16
commit
96e1e85179
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#define FACTORY_RESET_BUTTON DK_BTN4_MSK
|
||||
|
||||
LOG_MODULE_REGISTER(app, LOG_LEVEL_INF);
|
||||
LOG_MODULE_REGISTER(app, CONFIG_LOG_DEFAULT_LEVEL);
|
||||
|
||||
static struct zb_device_ctx dev_ctx;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue