You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find the output of -verbose to be too much for production use. Writing 12 lines (in my case) for every request fills the log up quickly. I consider it more of a "brief debug" and I'd love to have an option that logs a single line with the request and response code just so I can see that requests are coming in.
[webhook] 2024/08/20 16:09:49 [6bfbe2] 200 | 69 B | 7.827215ms | webhook.mydomain.dev | POST /webhook/foo
The text was updated successfully, but these errors were encountered:
I find the output of
-verbose
to be too much for production use. Writing 12 lines (in my case) for every request fills the log up quickly. I consider it more of a "brief debug" and I'd love to have an option that logs a single line with the request and response code just so I can see that requests are coming in.The text was updated successfully, but these errors were encountered: