4thel00z / loggy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

loggy

Motivation

This is a simple webserver that persists your log calls. It can be run for example behind a caddy reverse proxy or next to your deployments. Since it is written in go and uses sqlite3 as a database, it is very easily deployable.

Installation

Should be as a easy as

go install github.com/4thel00z/loggy/...@latest

Todos

  • Enable json logging

License

This project is licensed under the GPL-3 license.

About

License:GNU General Public License v3.0


Languages

Language:Go 87.1%Language:Makefile 8.9%Language:Python 4.0%