tobymao / saq

Simple Async Queues
https://saq-py.readthedocs.io/en/latest/
MIT License
532 stars 37 forks source link

Add a log config when starting SAQ #97

Closed maxyme-perceiv closed 11 months ago

maxyme-perceiv commented 11 months ago

It would be nice to have a way to pass a log config in SAQ like in ARQ like this: https://github.com/samuelcolvin/arq/blob/main/arq/cli.py#L41

tobymao commented 11 months ago

I believe this was addressed here https://github.com/tobymao/saq/pull/28.

So we won't be supporting passing in a log config, but you can override it like in the discussion.