debug prints

Hi All,
I am noticing a weird issue. I am not seeing debug prints from my scripts. Initially some debug prints show up in stdout.log. Debug prints I make when analyzing traffic i.e. http_header event etc are not showing up. I am using flush_all() in my scripts and yet the debugs are not showing up in stdout.log. Could someone comment on what could be going here? Thanks.

Dk

Hi,

is it possible that you are running this on a broctl cluster? In this
case, each worker has its own stderr.log/stdout.log in spool/[workername].

Johanna

Yes, I am running in a cluster. I'll check the worker logs. Thanks