TechieGuy12 / FileWatcher

A file and folder monitor that can send notifications, perform actions, or execute a command when a file or folder is changed.
MIT License
106 stars 27 forks source link

filter #33

Open ericxin1982 opened 1 year ago

ericxin1982 commented 1 year ago

Hi @TechieGuy12

Just wondering whether the filter is matched, this statement can be set ignore for log?

Thanks Eric Xin

TechieGuy12 commented 1 year ago

I can add a flag to avoid logging a matching filter.

TechieGuy12 commented 1 year ago

Version 1.5.0-beta.2 includes the ability to add <log>false</log> to either the <filters> or <exclusions> elements to prevent logging.

ericxin1982 commented 1 year ago

Thanks!