aiologger icon indicating copy to clipboard operation
aiologger copied to clipboard

Add support for positional formatting arguments

Open ohad83 opened this issue 3 years ago • 0 comments

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.

ohad83 avatar Jan 05 '22 14:01 ohad83