Skip to content

Commit

Permalink
fix(server): log entire config
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed May 4, 2024
1 parent 781c97e commit b588f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mm-server/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,11 @@ impl Config {
.unwrap(),
};

trace!("parsed app {}: {:#?}", name, res);

this.apps.insert(name, res);
}

trace!("using config: {:#?}", this);

Ok(this)
}

Expand Down

0 comments on commit b588f19

Please sign in to comment.