Skip to content

Commit c7fe469

Browse files
author
Jorge Olivero
committed
main: Add to postgres log
1 parent 47e2fc6 commit c7fe469

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

node/src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,8 @@ fn async_main() -> impl Future<Item = (), Error = ()> + Send + 'static {
469469
info!(
470470
logger,
471471
"Connecting to Postgres";
472-
"url" => SafeDisplay(postgres_url.as_str())
472+
"url" => SafeDisplay(postgres_url.as_str()),
473+
"conn_pool_size" => store_conn_pool_size,
473474
);
474475

475476
let stores: HashMap<String, Arc<DieselStore>> = eth_adapters

0 commit comments

Comments
 (0)