tests: logging: log_switch_format: Align to LOG_PRINTK as default

Alignging test to a change which enabled LOG_PRINTK as default.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruscinski 2022-11-24 08:36:18 +01:00 committed by Carles Cufí
commit 34010e3bd0

View file

@ -8,6 +8,7 @@ CONFIG_LOG_MIPI_SYST_ENABLE=y
# update the following 2 lines. # update the following 2 lines.
# Note: If using different platforms, be sure to # Note: If using different platforms, be sure to
# use the correct logging backend. # use the correct logging backend.
CONFIG_LOG_PRINTK=n
CONFIG_LOG_BACKEND_MOCK=y CONFIG_LOG_BACKEND_MOCK=y
CONFIG_LOG_BACKEND_UART=n CONFIG_LOG_BACKEND_UART=n
CONFIG_LOG_BACKEND_RTT=n CONFIG_LOG_BACKEND_RTT=n