summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorSamantaz Fox <coding@samantaz.fr>2024-11-08 23:28:51 +0100
committerSamantaz Fox <coding@samantaz.fr>2024-11-08 23:28:51 +0100
commita760b69cb6af5ef27429d467205319066a5e12eb (patch)
treef6816793b2ba67613c2396af83830a78f6b09178 /config
parent4f7a18a6301952db5c4d651e58bcc81e681a3246 (diff)
parentd2edd4b63fe690c248ff8709b39098fcdad0e109 (diff)
downloadinvidious-a760b69cb6af5ef27429d467205319066a5e12eb.tar.gz
invidious-a760b69cb6af5ef27429d467205319066a5e12eb.tar.bz2
invidious-a760b69cb6af5ef27429d467205319066a5e12eb.zip
Logger: Add color support for different log levels (#4931)
No related issue
Diffstat (limited to 'config')
-rw-r--r--config/config.example.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/config.example.yml b/config/config.example.yml
index 759b81e0..a3a2eeb7 100644
--- a/config/config.example.yml
+++ b/config/config.example.yml
@@ -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