Hello! I wrote about the details in topic 66156, but they did not answer me, because this question is already different from the original one.
The drv_rtc.c library has this code, if you put a breakpoint on the line NRF_LOG_INFO ("RTC: initialized."); then I will get only one entry, but these messages are constantly falling into the console.
But if you go step by step when debugging, I get here, where I see the replay of the output to the console.
What is my problem?