Skip to main content

Hi,

I have developed an app with Action. I have written logs for every response that is received. I have created a ZAP and i need to see the log information whenever my zap is running. Can you tell me how to view the logs?

 

Regards,

IM

Hi @instamyndmarch2017,

 

have you used z.console.log() or some other way of adding the logs? Whenever I need to log anything from my CLI apps I use z.console.log(), and it displays logs properly in Monitoring section. Plain console.log() however does not work.