logging: backend inconsistency with console and shell #27596
Labels
area: Logging
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Stale
If you have both a console and a shell, the log messages go to the shell UART rather than the console.
If you have both
CONFIG_SHELL_LOG_BACKEND=y
andCONFIG_LOG_BACKEND_UART=y
set the log messages go only to the console, though they are both listed as enabled back-ends in the shell.The text was updated successfully, but these errors were encountered: