Debug window: "done processing sending messages:"

hi,
I just updated my node-red to 3.1 (docker compose) from 3.0 and although everything works, I see lots of messages in debug window: "done processing sending messages:" and first of all: no debug node is there, and, I have no idea where these messages come from and why?
is this a new feature? can I disable it?
I also see there other messages that I never asked for - why do they appear?

thx

Use the search feature to search for 9c3b604 and it will take you to the node that is generating the message.

you mean "show debug information" causes the messages?
bl...y hell - it was never really showing this info - now I have few hundreds of nodes to turn it off - is there any "automatic" way to turn off for all nodes?

Screenshot 2024-05-26 at 07.24.43

ok, done:
exported JSON
replaced "debugEnabled": true by "debugEnabled": false
saved new flows.json
restarted node-red

thank you :wink:

What sort of nodes are you seeing that option on?

almost all from Home Assistant webhook
actually 75 nodes were with debug=true while 350 with debug=false

I don't use HA (most here prefer to do everything in node-red) so cannot comment on why those nodes would start showing additional messages after an upgrade. You would have to ask on an HA forum.

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