blob: 7f40871a2066f62845c52f241ace1541f0663c6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# reqlog
A simple http logger logging all requests to the http server that is exposed.
reset all by sending a POST request to `/resetall`
## Docker
Simple Dockerfile included (multistage build → 24.9MB Image).
```!bash
$ docker build . -t reqlog
…
$ docker run --rm -p 8085:8085 reqlog
```
|