Logging Server

Message-based central logging server in Python — one place for all your services' logs

A simple message-based central logging system in Python. Services send their log messages to one Flask server instead of each keeping logs on its own box, so everything is searchable in one place.

Storage is MySQL out of the box, with the backend designed to be swappable — the README sketches replacing it with Elasticsearch when you need to scale search performance.

One of my early open source projects, from back in 2016.