Skip to content

Commit

Permalink
log table schemas for troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Dec 4, 2024
1 parent 06c4e2e commit 37277c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pg_replicate/src/clients/postgres.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ impl ReplicationClient {
table_schemas.insert(table_schema.table_id, table_schema);
}

info!("TABLE SCHEMAS: {table_schemas:#?}");

Ok(table_schemas)
}

Expand Down

0 comments on commit 37277c0

Please sign in to comment.