fix: add startup config log to drainer (#2482)

This commit is contained in:
Kartikeya Hegde
2023-10-06 21:07:22 +05:30
committed by GitHub
parent 86ecb9929b
commit 503823408b

View File

@ -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(