disable verbose webhook logging for now

This commit is contained in:
Martin Klepsch 2018-04-13 14:11:17 +02:00
parent 4705b6619a
commit 98522ea16f
No known key found for this signature in database
GPG Key ID: 1A35E702AD48A9F6
1 changed files with 1 additions and 1 deletions

View File

@ -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")