mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-04 13:44:56 +00:00
disable verbose webhook logging for now
This commit is contained in:
parent
4705b6619a
commit
98522ea16f
@ -384,7 +384,7 @@
|
||||
(log/debug "webhook-app POST, headers" headers)
|
||||
(let [raw-payload (slurp body)
|
||||
payload (json/parse-string raw-payload true)]
|
||||
(log/info "webhook-app POST, payload:" (pr-str payload))
|
||||
(log/debug "webhook-app POST, payload:" (pr-str payload))
|
||||
(if (validate-secret-one-hook payload raw-payload (get headers "x-hub-signature"))
|
||||
(do
|
||||
(log/debug "Github secret validation OK app")
|
||||
|
Loading…
x
Reference in New Issue
Block a user