Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Change default logging to use buffered logging #8018

@erikjohnston

Description

@erikjohnston

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.

Metadata

Metadata

Assignees

Labels

A-LoggingSynapse's logs (structured or otherwise). Not metrics.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions