Reduce noise in prod logging
This commit is contained in:
parent
06d54e6e2d
commit
7ff641685f
|
@ -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))))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue