Hi,
I am trying to debug some performance issues with my nodered application and I have enabled "metrics" logging in the settings.js file. I am able to now see the [metric] logs in console logs. However, I am not able to match a log line with a particular node in my flows.
For example, I have this log line:
20 Jan 17:52:31 - [metric] {"level":99,"nodeid":"cf30fe0c.d247a","event":"node.debug.receive","msgid":"62fba2b5.3b5adc","timestamp":1548028351475}
I am not able to find the node corresponding to nodeid "cf30fe0c.d247a" in my flows. I searched for this ID in the UI, using Ctrl-F and I also searched the "flows.json" file using a text editor.
I can sometimes guess which node this message is for, and when I look at the node in the UI and in flows.json, that node has a different nodeid.
How can I find the nodes for such nodeids?
Note: I noticed that this behavior is inconsistent. That is, there are some nodeids in the logs that I am able to find using "Ctrl-F" and in the flows.json file.
Regards,
Kartik N