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
Post a Comment