Skip to content

Commit

Permalink
Set config log level to trace.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed Aug 31, 2020
1 parent 4917d30 commit 3590b43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ private void bindConfig(final Config config)

this.config = ConfigFactory.load(config).withFallback(referenceConfig);

log.debug(this.config.toString());
log.trace(this.config.toString());

this.binder().bind(Config.class).toInstance(config);
}
Expand Down

0 comments on commit 3590b43

Please sign in to comment.