We are having issues troubleshooting some sr_watch issues due to the lack of logging in sr_watch.
Even with:
loglevel debug
set in the config file, sr_watch produces very little log entries besides a notice that its starting and ending. i.e.
2016-05-25 11:31:14,679 [INFO] sr_watch stop
2016-05-25 11:31:20,567 [INFO] sr_watch start
2016-05-25 11:31:20,567 [INFO] sr_watch run
2016-05-25 11:35:13,667 [INFO] signal stop
However if we call it with the debug flag enabled it outputs a lot to stdout.
It looks like the log entries within sr_watch.py are working, but when it calls post commands the corresponding log entries aren't outputting to the log file.
on_post post_log
try in > 5a2, should then print a message for each file posted.
fix committed by Daluma