Skip to content

Commit

Permalink
🔊 add celery logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Coperh committed Nov 18, 2024
1 parent 05f58c4 commit 476762c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions open_api_framework/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,11 @@
"level": "DEBUG",
"propagate": True,
},
"celery": {
"handlers": logging_root_handlers,
"level": LOG_LEVEL,
"propagate": True,
},
},
}

Expand Down

0 comments on commit 476762c

Please sign in to comment.