added more tracing for balance

This commit is contained in:
yenicelik 2023-06-25 17:25:35 -04:00
parent 32156e981d
commit 88617dc72b

View File

@ -1192,6 +1192,7 @@ impl Web3ProxyApp {
total_deposit: x.total_deposits,
total_spend: x.total_spent_outside_free_tier,
};
trace!("Balance for cache retrieved from database is {:?}", x);
return Ok(Arc::new(RwLock::new(x)));
}