Skip to content

Commit

Permalink
chore: enable readable debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota authored and bobmcwhirter committed Mar 7, 2024
1 parent aad3bab commit 9036ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
trustify-entity = { path = "../entity"}
trustify-common = { path = "../common" }
trustify-migration = { path = "../migration" }
sea-orm = { version = "0.12", features = [ "sea-query-binder", "sqlx-postgres", "runtime-tokio-rustls", "macros" ] }
sea-orm = { version = "0.12", features = [ "sea-query-binder", "sqlx-postgres", "runtime-tokio-rustls", "macros", "debug-print" ] }
sea-query = "0.30.0"
sea-orm-migration = "0.12.2"
tokio = { version = "1.30.0", features = ["full"] }
Expand Down

0 comments on commit 9036ae4

Please sign in to comment.