logging: Use strings stripping for dictionary backends
Enabled by default strings stripping for dictionary based backends. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
b9bf596b34
commit
5bafa25e13
|
@ -19,6 +19,8 @@ config LOG_BACKEND_$(backend)_OUTPUT_SYST
|
|||
config LOG_BACKEND_$(backend)_OUTPUT_DICTIONARY
|
||||
bool "Dictionary"
|
||||
select LOG_DICTIONARY_SUPPORT
|
||||
imply LOG_FMT_SECTION
|
||||
imply LOG_FMT_SECTION_STRIP
|
||||
help
|
||||
Backend is in dictionary-based logging output mode.
|
||||
|
||||
|
|
Loading…
Reference in a new issue