Skip to content

Commit

Permalink
enable env-filter feature to fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Aug 11, 2024
1 parent dfba09d commit 903c80f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pg_replicate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ clap = { workspace = true, default-features = true, features = [
"std",
"derive",
] }
tracing-subscriber = { workspace = true, default-features = true }
tracing-subscriber = { workspace = true, default-features = true, features = [
"env-filter",
] }

0 comments on commit 903c80f

Please sign in to comment.