mendhak / docker-http-https-echo

Docker image that echoes request data as JSON; listens on HTTP/S, useful for debugging.
https://code.mendhak.com/docker-http-https-echo/
MIT License
621 stars 136 forks source link

v23 - Disable Express JS logging, remove dash separator, update Node 16 #35

Closed mendhak closed 2 years ago

mendhak commented 2 years ago

Environment variable DISABLE_REQUEST_LOGS=true will remove the ExpressJS request log lines.

Updated to Node 16.

Ran an npm update

Removed the ----------- separator.