splitbrain/Watcher

Stopped working and i don't know where to start debugging

Opened this issue · 0 comments

Hi,

I use this to watch a directory for ftp file uploads and performing a wget to a HTTP API notifying of new upload.
This was working just fine but something broke and i can't find it.
When I tail my xferlog i see uploads but the watcher.log remains emtpy except for the lines

2017-07-17 14:49:48.526305 Daemon started
2017-07-17 14:49:48.526542 job1: /mnt/datastore/fswatch/

However if i start using /watcher.py debug it does work and i see file creations on screen.
So in debug mode it works, in daemon mode it does not. Any ideas?