mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
List all supported colors when describing color-coded log output
Closes gh-49561
This commit is contained in:
+10
@@ -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`
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user