Hi:
I'm using "nRF5_SDK_17.0.2_d674dde"
A question about the macro NRF_LOG_INFO.
the statement in the source code NRF_LOG_INFO("Disconnected connection handle");
=> In example "ble_app_uart", the log messages lead to RTT viewer only
=> In example "ble_app_buttonless_dfu", the log messages show both in hyper-terminal and RTT viewer
=> in example "dfu", there's no any log until ble_app_buttonless_dfu starts and show partial messages in RTT viewer.
How can I configure it correctly, if I want observe the messages all on RTT view or hyper-terminal?