Compare commits

..

No commits in common. "master" and "v0.0.2" have entirely different histories.

View File

@ -1,6 +1,6 @@
# Request Logger # Request Logger
Serves an HTTP server on port 8080 and logs any requests to a file, stdout, and the response body. Serves an HTTP server on port 3000 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.2 git.roeber.dev/jon/reqlog:v0.0.1
``` ```
4. Test: 4. Test: