doc: native_sim: Native logger backend is always enabled by default
Since bd9836be8c
the native logger is enabled always (even if a UART is present)
as it was though more conveniant for users.
But the documentation was not updated to reflect this.
Let's fix it.
Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
72d425ba1d
commit
32939fa86f
|
@ -610,9 +610,7 @@ development by integrating more seamlessly with the host operating system:
|
|||
:kconfig:option:`CONFIG_LOG_MODE_IMMEDIATE`.
|
||||
|
||||
This backend can be selected with :kconfig:option:`CONFIG_LOG_BACKEND_NATIVE_POSIX`
|
||||
and is enabled by default unless the PTTY UART is compiled in.
|
||||
In this later case, by default, the logger is set to output to the
|
||||
`PTTY UART`_.
|
||||
and is enabled by default.
|
||||
|
||||
.. _nsim_back_trace:
|
||||
|
||||
|
|
Loading…
Reference in a new issue