We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0c47e commit f568da2Copy full SHA for f568da2
taskiq/cli/worker/process_manager.py
@@ -166,7 +166,7 @@ def __init__(
166
if args.reload and observer is not None:
167
watch_paths = args.reload_dirs if args.reload_dirs else ["."]
168
for path_to_watch in watch_paths:
169
- logger.info(f"Watching directory: {path_to_watch}")
+ logger.debug(f"Watching directory: {path_to_watch}")
170
observer.schedule(
171
FileWatcher(
172
callback=schedule_workers_reload,
0 commit comments