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:
Ryan Erickson 2024-03-11 11:36:35 -05:00 committed by David Leach
parent 06c62e4c17
commit cf628c6779

View file

@ -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