Turn off Error messages?

I am in the process of moving several services including Node-red and Mariadb to another server.

I have not yet got mariadb installed & working and the database transferred. Consequently Node-red is spewing out these errors at about 10/second
image
image

There are many MySQL nodes on several tabs.
Disabling the database config doesn't stem the errors.
Disabling the flows doesn't stop them,
They keep coming even if I setup a Catch node.
Setting the debug panel filter to "current flow" has no impact.

Is there a way to turn these error messages off, or to rate limit them?

Use a catch node without anything attached ?

Tried that, they keep on coming.

Perhaps I need a catch node on every tab with a mysql node?

hmm ok. note, the catch node works per tab.

edit

Perhaps I need a catch node on every tab with a mysql node?

i read this too late :wink:

This config node is not on a flow, it's a config node!

image

So the answer is: all you need is a Catch node on every flow and to disable the config node[s].

1 Like

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