Logger: Add color support for different log levels (#4931)

No related issue
This commit is contained in:
Samantaz Fox 2024-11-08 23:28:51 +01:00
commit a760b69cb6
No known key found for this signature in database
GPG key ID: F42821059186176E
4 changed files with 35 additions and 3 deletions

View file

@ -233,6 +233,17 @@ http_proxy:
##
#log_level: Info
##
## Enables colors in logs. Useful for debugging purposes
## This is overridden if "-k" or "--colorize"
## are passed on the command line.
## Colors are also disabled if the environment variable
## NO_COLOR is present and has any value
##
## Accepted values: true, false
## Default: true
##
#colorize_logs: false
# -----------------------------
# Features