Reduce noise in prod logging

This commit is contained in:
Teemu Patja 2017-11-08 17:25:35 +02:00
parent 06d54e6e2d
commit 7ff641685f
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@
eth/hex->big-integer
(convert-token-value token))
(catch Throwable t
(log/error "Failed to query token balance " t)
(log/debug "Failed to query token balance " t)
0))))