Skip to content

Commit

Permalink
docs(configuration): Fix log colors documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiWo committed Apr 13, 2024
1 parent 17d24fe commit c33382e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configuration/log-colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ You can use hex or rgb color codes for setting a respective color. The format ne

If you use hex format you need to wrap the hex code in `""` or `''` or separate the flag and the value with an `=`. This leads to the following possible formatting styles:

* `--log-time-warning=#FFFFFF`
* `--log-time-warning "#FFFFFF"`
* `--log-time-warning '#FFFFFF'`
* `--log-color-warning=#FFFFFF`
* `--log-color-warning "#FFFFFF"`
* `--log-color-warning '#FFFFFF'`

0 comments on commit c33382e

Please sign in to comment.