Skip to content
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

Closed
erikjohnston opened this issue Aug 3, 2020 · 0 comments · Fixed by #8040
Closed

Change default logging to use buffered logging #8018

erikjohnston opened this issue Aug 3, 2020 · 0 comments · Fixed by #8040
Assignees
Labels
A-Logging Synapse's logs (structured or otherwise). Not metrics.

Comments

@erikjohnston
Copy link
Member

erikjohnston commented Aug 3, 2020

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-Logging Synapse's logs (structured or otherwise). Not metrics.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant