Skip to content

Commit

Permalink
log hybrid connection info (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhani-cw authored Mar 16, 2024
1 parent 736b0ab commit 837af39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eth/storage/hybrid/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pub struct HybridPermanentStorageConfig {

impl HybridPermanentStorage {
pub async fn new(config: HybridPermanentStorageConfig) -> anyhow::Result<Self> {
tracing::info!("starting hybrid storage");
tracing::info!(?config, "starting hybrid storage");

let connection_pool = PgPoolOptions::new()
.min_connections(config.connections)
Expand Down

0 comments on commit 837af39

Please sign in to comment.