Skip to content

Commit

Permalink
refactor: enable logs feature flag in router crate (#2358)
Browse files Browse the repository at this point in the history
Co-authored-by: ItsMeShashank <[email protected]>
  • Loading branch information
Chethan-rao and vspecky authored Sep 25, 2023
1 parent b65df97 commit e4af381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ x509-parser = "0.15.0"
# First party crates
api_models = { version = "0.1.0", path = "../api_models", features = ["errors"] }
cards = { version = "0.1.0", path = "../cards" }
common_utils = { version = "0.1.0", path = "../common_utils", features = ["signals", "async_ext"] }
common_utils = { version = "0.1.0", path = "../common_utils", features = ["signals", "async_ext", "logs"] }
external_services = { version = "0.1.0", path = "../external_services" }
masking = { version = "0.1.0", path = "../masking" }
redis_interface = { version = "0.1.0", path = "../redis_interface" }
Expand Down

0 comments on commit e4af381

Please sign in to comment.