mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +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!()],
|
||||
);
|
||||
|
||||
logger::debug!(startup_config=?conf);
|
||||
logger::info!("Drainer started [{:?}] [{:?}]", conf.drainer, conf.log);
|
||||
|
||||
start_drainer(
|
||||
|
||||
Reference in New Issue
Block a user