Skip to content

Commit f347698

Browse files
fix: loglevel
1 parent f223f79 commit f347698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/celery-library/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def _on_worker_init_wrapper(sender: WorkController, **_kwargs):
142142
celery_app,
143143
concurrency=1,
144144
pool="threads",
145-
loglevel="debug",
145+
loglevel="info",
146146
perform_ping_check=False,
147147
queues="default",
148148
) as worker:

0 commit comments

Comments
 (0)