traefik / whoami

Tiny Go server that prints os information and HTTP request to output
https://traefik.io
Apache License 2.0
1.04k stars 222 forks source link

Add verbosity level #68

Closed shalak closed 1 year ago

shalak commented 1 year ago

Would be nice for debugging, if we'd be able to enable POST body in access log. Usage can be either to change --verbose to accept parameter with verbosity level (with backward-compatible fallback to current behavior if no level is provided), or when the --verbose flag is provided twice.

ldez commented 1 year ago

Hello,

We don't plan to manage log levels, whoami is a simple tool that focuses on simple network information.