node.js - See full msg debug with Node-RED -


i'm running application on bluemix using node-red. added debug node output complete msg object, being truncated in debug console. how can see complete object?

you can have output sent console debug tab checking box in debug node's config. whole object sent console

the current debug tab truncate, there plans possibly add separate debug window show whole message. have in settings.js believe character limit when truncate set there, if it's short can increase bit.

edit:

i'd missed bluemix tag earlier. view console log need use cf command tail output. e.g. app called node-red run following:

cf logs node-red 

Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -