mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 11:06:50 +08:00
fix: add startup config log to drainer (#2482)
This commit is contained in:
@ -26,6 +26,7 @@ async fn main() -> DrainerResult<()> {
|
|||||||
[router_env::service_name!()],
|
[router_env::service_name!()],
|
||||||
);
|
);
|
||||||
|
|
||||||
|
logger::debug!(startup_config=?conf);
|
||||||
logger::info!("Drainer started [{:?}] [{:?}]", conf.drainer, conf.log);
|
logger::info!("Drainer started [{:?}] [{:?}]", conf.drainer, conf.log);
|
||||||
|
|
||||||
start_drainer(
|
start_drainer(
|
||||||
|
|||||||
Reference in New Issue
Block a user