Skip to content

Commit

Permalink
zephyr: Restore default log level of info
Browse files Browse the repository at this point in the history
The default log level has changed to "default", restore it back
to info.

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm committed Jun 5, 2023
1 parent 8a8a241 commit 74c4d1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boot/zephyr/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ CONFIG_LOG=y
CONFIG_LOG_MODE_MINIMAL=y # former CONFIG_MODE_MINIMAL
### Ensure Zephyr logging changes don't use more resources
CONFIG_LOG_DEFAULT_LEVEL=0
### Use info log level by default
CONFIG_MCUBOOT_LOG_LEVEL_INF=y
### Decrease footprint by ~4 KB in comparison to CBPRINTF_COMPLETE=y
CONFIG_CBPRINTF_NANO=y

0 comments on commit 74c4d1c

Please sign in to comment.