Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
5e3b9d8985 | |||
d214fff28a |
@ -1,6 +1,6 @@
|
|||||||
# Request Logger
|
# Request Logger
|
||||||
|
|
||||||
Serves an HTTP server on port 3000 and logs any requests to a file, stdout, and the response body.
|
Serves an HTTP server on port 8080 and logs any requests to a file, stdout, and the response body.
|
||||||
|
|
||||||
*This is not intended for production use. It is just a simple diagnostic tool for short-term testing.*
|
*This is not intended for production use. It is just a simple diagnostic tool for short-term testing.*
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ docker run \
|
|||||||
-d \
|
-d \
|
||||||
-p 8080:8080 \
|
-p 8080:8080 \
|
||||||
-v $(pwd)/requests.log:/requests.log \
|
-v $(pwd)/requests.log:/requests.log \
|
||||||
git.roeber.dev/jon/reqlog:v0.0.1
|
git.roeber.dev/jon/reqlog:v0.0.2
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Test:
|
4. Test:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user