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:
Krzysztof Chruściński 2024-01-12 08:13:45 +01:00 committed by Carles Cufí
parent b9bf596b34
commit 5bafa25e13

View file

@ -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.