Reduce noise in prod logging
This commit is contained in:
parent
06d54e6e2d
commit
7ff641685f
|
@ -170,7 +170,7 @@
|
||||||
eth/hex->big-integer
|
eth/hex->big-integer
|
||||||
(convert-token-value token))
|
(convert-token-value token))
|
||||||
(catch Throwable t
|
(catch Throwable t
|
||||||
(log/error "Failed to query token balance " t)
|
(log/debug "Failed to query token balance " t)
|
||||||
0))))
|
0))))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue