https://github.com/pellared/go-structured-logging-demo
Sample app showing the power of structured logging
https://github.com/pellared/go-structured-logging-demo
Last synced: about 1 year ago
JSON representation
Sample app showing the power of structured logging
- Host: GitHub
- URL: https://github.com/pellared/go-structured-logging-demo
- Owner: pellared
- License: mit
- Created: 2019-11-19T19:34:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-24T20:12:48.000Z (over 6 years ago)
- Last Synced: 2023-08-02T23:44:28.627Z (almost 3 years ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-structured-logging-demo
Sample app showing the power of structured logging.
1. Run application using docker compose.
```bash
docker-compose up
```
Alternatively run it with Seq .
```bash
docker-compose -f docker-compose.yml -f docker-compose.seq.yml up
```
Alternatively run it with Greylog .
```bash
docker-compose -f docker-compose.yml -f docker-compose.greylog.yml up
```
1. Open in a browser several times.