taskiq-python / taskiq

Distributed task queue with full async support
MIT License
689 stars 44 forks source link

Added loading logging config from file #298

Open zzzzlzzzz opened 4 months ago

zzzzlzzzz commented 4 months ago

Added loading logging config from ini, json, yaml files.

s3rius commented 2 months ago

Generally I think that this feature should not be part of taskiq. Because in order to configure logging the way you want, you can use --no-configure-logging and configure logging any way you want on startup.