Skip to content

Commit

Permalink
Big refactoring of logging benchmarks
Browse files Browse the repository at this point in the history
Signed-off-by: Hendrik Ebbers <hendrik.ebbers@web.de>
  • Loading branch information
hendrikebbers committed Apr 28, 2024
1 parent 83b34f2 commit f903df0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ public LoggingSystem createLoggingSystem(@NonNull final LoggingBenchmarkConfig c
private static Configuration createConfiguration(@NonNull final LoggingBenchmarkConfig config) {
com.swirlds.config.api.ConfigurationBuilder configurationBuilder =
com.swirlds.config.api.ConfigurationBuilder.create();
configurationBuilder = configurationBuilder.withValue("logging.level", "trace")
configurationBuilder = configurationBuilder
.withValue("logging.level", "trace")
.withConverter(new ConfigLevelConverter())
.withConverter(new MarkerStateConverter());

Expand Down

0 comments on commit f903df0

Please sign in to comment.