Hi all,
I'm having issues with logging from python. I have the processor set to
debug level logging but I only see message from inside the callback;

i.e

flowFile = session.write(flowFile, PyStreamCallback())

calls to log.error and log.info from inside the process method of
PyStreamCallback() work fine.

However calls to log.error, log.warn etc from inside the typical "if
flowFile != None" block are not appearing as bulletins. They don't cause
errors either. What am I missing?

As an aside, I also seem to have trouble with changes to the script being
registered - that seems intermittent.

I'm using nifi 1.20

Thanks

Reply via email to