fix: using the non-deprecated console color option (#41857)

closes: #38328

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
This commit is contained in:
Steven Hawkins
2025-08-14 04:28:23 -04:00
committed by GitHub
parent bd5818c4c8
commit ff1a70a9f2

View File

@@ -86,7 +86,7 @@ public final class LoggingPropertyMappers {
.build(),
fromOption(LoggingOptions.LOG_CONSOLE_COLOR)
.isEnabled(LoggingPropertyMappers::isConsoleEnabled, CONSOLE_ENABLED_MSG)
.to("quarkus.log.console.color")
.to("quarkus.console.color")
.build(),
fromOption(LoggingOptions.LOG_CONSOLE_ENABLED)
.mapFrom(LoggingOptions.LOG, LoggingPropertyMappers.resolveLogHandler(LoggingOptions.DEFAULT_LOG_HANDLER.name()))