Skip to content

Commit

Permalink
samples: net: cellular_modem: fix kconfig warning for logging
Browse files Browse the repository at this point in the history
Logging needs to be on for CONFIG_MODEM_MODULES_LOG_LEVEL_DBG to work.

Signed-off-by: Ryan Erickson <[email protected]>
  • Loading branch information
rerickson1 authored and dleach02 committed Mar 13, 2024
1 parent 06c62e4 commit cf628c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/net/cellular_modem/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cf628c6

Please sign in to comment.