Skip to content

Commit

Permalink
Set loglevel for Cache Configuration Printer
Browse files Browse the repository at this point in the history
  • Loading branch information
dometec authored and Coduz committed Sep 29, 2022
1 parent 245ae0f commit fc451d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ private static URI getCacheConfig() {
ConfigurationPrinter
.create()
.withLogger(LOGGER)
.withLogLevel(ConfigurationPrinter.LogLevel.INFO)
.withTitle("Cache Configuration")
.addParameter("Caching provider class name", CACHING_PROVIDER_CLASS_NAME)
.addParameter("Default caching provider class name", DEFAULT_CACHING_PROVIDER_CLASS_NAME)
Expand Down

0 comments on commit fc451d6

Please sign in to comment.