Skip to content

Commit 5bafa25

Browse files
nordic-krchcarlescufi
authored andcommitted
logging: Use strings stripping for dictionary backends
Enabled by default strings stripping for dictionary based backends. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent b9bf596 commit 5bafa25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

subsys/logging/Kconfig.template.log_format_config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ config LOG_BACKEND_$(backend)_OUTPUT_SYST
1919
config LOG_BACKEND_$(backend)_OUTPUT_DICTIONARY
2020
bool "Dictionary"
2121
select LOG_DICTIONARY_SUPPORT
22+
imply LOG_FMT_SECTION
23+
imply LOG_FMT_SECTION_STRIP
2224
help
2325
Backend is in dictionary-based logging output mode.
2426

0 commit comments

Comments
 (0)