Skip to content

The absolute smallest logging endpoint I could make. Feeds nicely into grafana.

Notifications You must be signed in to change notification settings

PatrickTCB/little-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Little Logger

Meant to be the absolute simpliest logging backend possible. Send a log message with a simple POST request and retrieve logs with a GET request specifying the application you're interested in.

DB backend is a simple SQLite3 file for each application.

Your first request for a given application sets the schema that all subsequent requests musts exactly follow in order to successfully add new logs.

It fully supports etags so you can minimize traffic by only getting the logs if needed.

About

The absolute smallest logging endpoint I could make. Feeds nicely into grafana.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published