Merge pull request #468 from rcullito/debug-eth-gas-station-logs

update log level for eth gas station api from error to debug
This commit is contained in:
Rob Culliton 2018-07-02 12:08:31 -04:00 committed by GitHub
commit 1d564acb67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
(let [cause (-> t
Throwable->map
:cause)]
(log/error "Failed to get gas price with ethgasstation API" cause))
(log/debug "Failed to get gas price with ethgasstation API" cause))
(gas-price-from-config)))
(gas-price-from-config)))