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`