samples: logging: logger: Explicitly enable deferred mode
Some boards prefers immediate mode (native_posix) but this sample is intended to use deferred mode. Add explicit setting. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
2acec93ba6
commit
b82a662866
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
CONFIG_LOG=y
|
CONFIG_LOG=y
|
||||||
|
CONFIG_LOG_MODE_DEFERRED=y
|
||||||
CONFIG_LOG_RUNTIME_FILTERING=y
|
CONFIG_LOG_RUNTIME_FILTERING=y
|
||||||
CONFIG_LOG_BUFFER_SIZE=2048
|
CONFIG_LOG_BUFFER_SIZE=2048
|
||||||
CONFIG_LOG_PRINTK=y
|
CONFIG_LOG_PRINTK=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue