Skip to content

Commit

Permalink
Fixup logging
Browse files Browse the repository at this point in the history
  • Loading branch information
imranariffin committed Dec 28, 2024
1 parent 6f9eb74 commit f2e230b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd "$(dirname "$0")"/../

AIOTASKQ_LOG_LEVEL=INFO coverage run --append -m aiotaskq \
AIOTASKQ_LOG_LEVEL=INFO LOG_LEVEL=INFO coverage run --append -m aiotaskq \
worker sample_app_django \
--concurrency 4 &
WPID=$!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd "$(dirname "$0")"/../

coverage run --append -m celery -A sample_app_django \
LOG_LEVEL=INFO coverage run --append -m celery -A sample_app_django \
worker \
--concurrency 4 \
--loglevel WARNING &
Expand Down

0 comments on commit f2e230b

Please sign in to comment.