You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: