From 99aff08477bd983b51ce8ce616c13b96efe6ed0c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 11 Mar 2026 11:23:32 +0000 Subject: [PATCH] List all supported colors when describing color-coded log output Closes gh-49561 --- .../modules/reference/pages/features/logging.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/logging.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/logging.adoc index 70e244379b7..3fb9f30555c 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/logging.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/logging.adoc @@ -121,12 +121,22 @@ For example, to make the text yellow, use the following setting: The following colors and styles are supported: +* `black` * `blue` +* `bright_black` +* `bright_blue` +* `bright_cyan` +* `bright_green` +* `bright_magenta` +* `bright_red` +* `bright_white` +* `bright_yellow` * `cyan` * `faint` * `green` * `magenta` * `red` +* `white` * `yellow`