We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bfaa4 commit 30c96a9Copy full SHA for 30c96a9
subsys/logging/Kconfig.formatting
@@ -135,7 +135,7 @@ config LOG_IMMEDIATE_CLEAN_OUTPUT
135
config LOG_BACKEND_SHOW_COLOR
136
bool "Colors in the backend"
137
depends on LOG_BACKEND_UART || LOG_BACKEND_NATIVE_POSIX || LOG_BACKEND_RTT \
138
- || LOG_BACKEND_SWO || LOG_BACKEND_XTENSA_SIM
+ || LOG_BACKEND_SWO || LOG_BACKEND_XTENSA_SIM || SHELL_LOG_BACKEND
139
default y
140
help
141
When enabled selected backend prints errors in red and warning in yellow.
0 commit comments