Skip to content

Commit f568da2

Browse files
committed
Change added logging from info to debug
1 parent db0c47e commit f568da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskiq/cli/worker/process_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def __init__(
166166
if args.reload and observer is not None:
167167
watch_paths = args.reload_dirs if args.reload_dirs else ["."]
168168
for path_to_watch in watch_paths:
169-
logger.info(f"Watching directory: {path_to_watch}")
169+
logger.debug(f"Watching directory: {path_to_watch}")
170170
observer.schedule(
171171
FileWatcher(
172172
callback=schedule_workers_reload,

0 commit comments

Comments
 (0)