samples: net: cellular_modem: fix kconfig warning for logging
Logging needs to be on for CONFIG_MODEM_MODULES_LOG_LEVEL_DBG to work. Signed-off-by: Ryan Erickson <ryan.erickson@lairdconnect.com>
This commit is contained in:
parent
06c62e4c17
commit
cf628c6779
1 changed files with 1 additions and 0 deletions
|
|
@ -24,5 +24,6 @@ CONFIG_PM_DEVICE=y
|
|||
CONFIG_MODEM_CELLULAR=y
|
||||
|
||||
# Logging
|
||||
CONFIG_LOG=y
|
||||
CONFIG_MODEM_MODULES_LOG_LEVEL_DBG=y
|
||||
#CONFIG_MODEM_CMUX_LOG_LEVEL_DBG=y
|
||||
|
|
|
|||
Loading…
Reference in a new issue