Commit 32939fa8 authored by Alberto Escolar Piedras's avatar Alberto Escolar Piedras Committed by Maureen Helm
Browse files

doc: native_sim: Native logger backend is always enabled by default



Since bd9836be
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: default avatarAlberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
parent 72d425ba
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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: