Disappearing log file entries

I have been looking into the logging mechanisms of FB as part of my debugging of my system and I found log entries that disappear if the filter is changed.

Look at the 1:07 PM entry.

Firstly, there is no fault detail, just that it is retrying. No stall detected no axis specified.

I change the filter and put it back and the error just disappears. Any ideas?

Screen Recording

debug and fun logs are not saved to the API. They are streamed via the message broker and make it to the frontend for live debugging purposes but are not saved to the backend. Changing the filters will hit the API to retrieve logs based on the filters and update the table. At that point the debug log will be lost.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.