I'm using a python script from an ExecuteScript processor to work through a series of directories. As I begin processing a directory, I log a message to the bulletin board using log.info(myMessage).
After five minutes, that message expires and is no longer visible. However I work within each directory for quite some time and want to persist this message as a bulletin until I move to the next directory. How can I force a log message to repost with every nifi five minute bulletin cycle? Thanks in advance. Jim
