Olisocks
Olisocks6mo ago

Can we write logs to console without using Log node?

Hi Team, Apologies for the silly question but can we write logs to the console in custom code of our node or do we have to use the log node? I am struggling with an issue in my code logic and being able to log info the to console would help me.
Solution:
Hey @Olisocks 👋 yes you can add logging to the custom code directly. Here is the instructions of how you can do that using { logging } . Hope this helps https://docs.buildship.com/logging#via-logging-statements-in-node-logic...
Logging – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
Jump to solution
2 Replies
Solution
Harini
Harini6mo ago
Hey @Olisocks 👋 yes you can add logging to the custom code directly. Here is the instructions of how you can do that using { logging } . Hope this helps https://docs.buildship.com/logging#via-logging-statements-in-node-logic
Logging – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
Olisocks
Olisocks6mo ago
Much appreciated for your help 🙏 @Harini - documentation helped and got logs displaying 🚀