async-worker / aiologger

Asynchronous logging for Python and asyncio
https://async-worker.github.io/aiologger/
MIT License
129 stars 13 forks source link

Add support for positional formatting arguments #12

Closed ohad83 closed 1 year ago

ohad83 commented 2 years ago

An old unresolved issue (https://github.com/b2wdigital/aiologger/issues/97). Python's logging library supports positional formatting arguments and not only mapping arguments. I added support for this in aiologger, more details are in the commit messages.

I also fixed 2 tests which were failing both on my PC and in CI.