Logger: Make colorize_logs true by default

This commit is contained in:
Fijxu
2024-09-20 00:32:27 -03:00
parent 500b1f6c38
commit bbad70dd5e
3 changed files with 7 additions and 6 deletions

View File

@@ -237,11 +237,13 @@ http_proxy:
## 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: false
## Default: true
##
#colorize_logs: false
#colorize_logs: true
# -----------------------------
# Features