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
webhook currently logs command output on every request. When using include-command-output-in-response to send a complex response body, it may not be desirable to log the command output. See #676 (comment).
Proposal
Add a boolean disable-command-output-logging property. The default is false so that we're backward compatible.
This property would only affect "success" logging (as seen below). Errors would still be logged.
webhook
currently logs command output on every request. When usinginclude-command-output-in-response
to send a complex response body, it may not be desirable to log the command output. See #676 (comment).Proposal
Add a boolean
disable-command-output-logging
property. The default isfalse
so that we're backward compatible.This property would only affect "success" logging (as seen below). Errors would still be logged.
webhook/webhook.go
Line 624 in dbc6565
The text was updated successfully, but these errors were encountered: