Not sure if this is the best way to do this, but I have a timer loaded on the main screen that runs every 3 seconds to see if there are any new entities of a certain type (Error).
I do it by:
errorLogsDs.refresh();
However in the app log I get “Debug” every 3 seconds.
Is there a way to override this so it doesn’t log the refresh query?