Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/4thel00z/loggy


https://github.com/4thel00z/loggy

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 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.