This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Disable Logging on CLI

HI Nordic

I currently have a 2 separate projects, that i'm trying to merge.

- Production test tool with RTT CLI interface on nRF52840 (Here I use JLink.exe -device NRF52840_XXAA -if SWD -speed 4000 -autoconnect 1 -si SWD and PUTTY to run CLI test CMDS)

- End product code where in debug mode I have RTT logs enabled(Using SDK16 and Softdevice S140)

After merging I get  following error:

<warning> app: Backends flushed
logs - increase log backend queue size.

Is there a way to disable logs on the CLI interface so I only get the responces comming from CLI ( nrf_cli_fprintf(p_cli, NRF_CLI_INFO, "KEY TEST: %i\r\n ", pass);

Related