Debugging and Logging

How can I log “non-Script” block to the debug log? I just want to follow my progress.

Hi @mreynolds,

We can log debug statements using the following statement in the script node.
koreDebugger.log("")

https://developer.kore.ai/docs/bots/analyzing-your-bot/bot-analysis/#Debug_Log

As of now, the debug logs can only show the debug statements from the script node.

Regards,
Yoga Ramya.