rjeczalik / notify

File system event notification library on steroids.
MIT License
902 stars 128 forks source link

Use log package for timestamps and enable debugging via env var NOTIFY_DEBUG #128

Closed imsodin closed 6 years ago

imsodin commented 7 years ago

Now you can enable debugging both by debug tag and setting an environment variable. Also the output includes timestamps, which is potentially crucial to debug event based problems.

rjeczalik commented 6 years ago

Thanks @imsodin!