Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4thel00z/loggy
https://github.com/4thel00z/loggy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/4thel00z/loggy
- Owner: 4thel00z
- License: gpl-3.0
- Created: 2023-09-30T13:23:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-09T23:44:16.000Z (8 months ago)
- Last Synced: 2024-11-24T16:52:03.676Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.