-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed race condition between watchdog reacting to new files and watch…
…dog checking for files at specific intervals; logging now distinguishes between DEBUG/INFO/ERROR levels; keyboard interrupts via CTRL+C are now handled correctly; in watchdog mode, an initial scan of the input directory is now performed, in case files were already present; prepared for release
- Loading branch information
Showing
5 changed files
with
262 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
from ._poller import Poller, Parameters, dummy_file_check, dummy_file_processing, simple_logging | ||
from ._poller import GLOB_NAME_PLACEHOLDER | ||
from ._poller import GLOB_NAME_PLACEHOLDER, LOGGING_TYPE_DEBUG, LOGGING_TYPE_INFO, LOGGING_TYPE_ERROR |
Oops, something went wrong.