async-worker / aiologger

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

aio is available on linux #7

Open itschenxi opened 3 years ago

itschenxi commented 3 years ago

The doc says when logging to a file it is using threading. However, I found that async file access is available on linux. Can you explain?