tobymao / saq

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

Add a log config when starting SAQ #97

Closed maxyme-perceiv closed 1 year ago

maxyme-perceiv commented 1 year 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 1 year 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.