diff options
| author | Fijxu <fijxu@nadeko.net> | 2024-09-20 00:32:27 -0300 |
|---|---|---|
| committer | Fijxu <fijxu@nadeko.net> | 2024-09-20 00:32:27 -0300 |
| commit | d77afdcf00f55a4455fb84dd90c4e5773167b759 (patch) | |
| tree | 65a929b2e768a956545617f4bb102ffd9a76a67c /config | |
| parent | f8ec3123286e63148123ccba781dcd699f705e1d (diff) | |
| download | invidious-d77afdcf00f55a4455fb84dd90c4e5773167b759.tar.gz invidious-d77afdcf00f55a4455fb84dd90c4e5773167b759.tar.bz2 invidious-d77afdcf00f55a4455fb84dd90c4e5773167b759.zip | |
Logger: Make colorize_logs true by default
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.example.yml | 6 |
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 |
