Open
Description
Not sure if it's a bug or not, but just in case let me provide details:
- Get watcher (I downloaded it 09/05/2015)
cd /tmp; git clone https://github.com/splitbrain/Watcher
- Create below .ini file:
sudo vim /etc/watcher.ini
[DEFAULT]
logfile=/tmp/watcher.log
pidfile=/tmp/watcher.pid
[job1]
; directory or file to watch. Probably should be abs path.
watch=/tmp/test
events=close
excluded=
recursive=true
autoadd=true
command=ls -l $filename
- Create watched dir:
mkdir /tmp/test
- Start the daemon and tail life the logs:
cd /tmp/Watcher; ./watcher.py start
tail -F /tmp/watcher.log
- Go to the watcher directory and issue a "ls -la" command:
cd /tmp/test; ls -la
Expected behaviour The log shows nothing, since no file was closed (maybe I'm wrong in this assumption...)
Found behaviour The daemon starts writing the log without stopping:
Close nowrite: /tmp/test
Close nowrite: /tmp/test
Close nowrite: /tmp/test
Close nowrite: /tmp/test
Close nowrite: /tmp/test
Close nowrite: /tmp/test
Close nowrite: /tmp/test
Close nowrite: /tmp/test
Close nowrite: /tmp/test
Close nowrite: /tmp/test
total 0
total 0
total 0
total 0
total 0
total 0
total 0
total 0
total 0
total 0
total 0
total 0
total 0
total 0
total 0
total 0
total 0
total 0
total 0
Metadata
Metadata
Assignees
Labels
No labels