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

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

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.