summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.example.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/config.example.yml b/config/config.example.yml
index 37b932ea..fefc28be 100644
--- a/config/config.example.yml
+++ b/config/config.example.yml
@@ -226,11 +226,13 @@ https_only: false
## 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