Skip to content

Commit

Permalink
fix: add startup config log to drainer (#2482)
Browse files Browse the repository at this point in the history
  • Loading branch information
dracarys18 authored Oct 6, 2023
1 parent 86ecb99 commit 5038234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/drainer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5038234

Please sign in to comment.