Commit e75e33d9 authored by Stephen Stauts's avatar Stephen Stauts Committed by Andrzej Puzdrowski
Browse files

boot: zephyr: Default to LOG_MINIMAL



Enables LOG_MINIMAL in the default build, saving 2kB+ of free space for
its partition without losing logging functionality or other cost to the
end user.

Ref: NCSDK-7206

Signed-off-by: default avatarStephen Stauts <stephen.stauts@nordicsemi.no>
parent 83ec8426
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ CONFIG_FLASH=y
# CONFIG_I2C is not set

CONFIG_LOG=y
CONFIG_LOG_MINIMAL=y
### Ensure Zephyr logging changes don't use more resources
CONFIG_LOG_DEFAULT_LEVEL=0
### Decrease footprint by ~4 KB in comparison to CBPRINTF_COMPLETE=y