This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Change default logging to use buffered logging #8018
Labels
A-Logging
Synapse's logs (structured or otherwise). Not metrics.
This would involve using something like: https://docs.python.org/3/library/logging.handlers.html#memoryhandler
We need to check if making this change will change existing systems or only effect new installations.
The goal here is to reduce the amount of IO used, as the current default INFO logging can be fairly high volume and cause disk IO issues.
The text was updated successfully, but these errors were encountered: