Skip to content

Commit

Permalink
create: Add info log
Browse files Browse the repository at this point in the history
  • Loading branch information
tontinton committed Jun 1, 2024
1 parent ac87276 commit 9049b48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ async fn run_create(args: CreateArgs, pool: PgPool) -> Result<()> {
.execute(&pool)
.await?;

info!("Created index: {}", &config.name);

Ok(())
}

Expand Down

0 comments on commit 9049b48

Please sign in to comment.