Make logging async #31
falkoschindler
started this conversation in
Ideas / Feature Requests
Replies: 1 comment
-
Our first idea was to use the aiologger module for logging to not block the UI thread when writing to disk. Unfortunately the project seems not longer to be maintained. Links in the docs are broken and the GitHub project https://github.com/async-worker/aiologger looks quite stale. There are also some worrying issues like incompatibilities with pytest etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When we log to files the writing of the log file currently blocks the main thread execution. We should find a way to do async logging!
Beta Was this translation helpful? Give feedback.
All reactions