refactor: enable logs feature flag in router crate (#2358)

Co-authored-by: ItsMeShashank <shashank.attarde@juspay.in>
This commit is contained in:
Chethan Rao
2023-09-25 13:03:25 +05:30
committed by GitHub
parent b65df97868
commit e4af3812d5

View File

@ -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" }