diff options
| author | Fijxu <fijxu@nadeko.net> | 2024-09-19 21:24:20 -0300 |
|---|---|---|
| committer | Fijxu <fijxu@nadeko.net> | 2024-09-19 21:35:52 -0300 |
| commit | f8ec3123286e63148123ccba781dcd699f705e1d (patch) | |
| tree | ad8442133ee0e224709aafdf41c4b3c22694093e /config/config.example.yml | |
| parent | d9df90b5e3ab6f738907c1bfaf96f0407368d842 (diff) | |
| download | invidious-f8ec3123286e63148123ccba781dcd699f705e1d.tar.gz invidious-f8ec3123286e63148123ccba781dcd699f705e1d.tar.bz2 invidious-f8ec3123286e63148123ccba781dcd699f705e1d.zip | |
Logger: Add color support for different log levels
Diffstat (limited to 'config/config.example.yml')
| -rw-r--r-- | config/config.example.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/config.example.yml b/config/config.example.yml index 219aa03f..37b932ea 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -222,6 +222,15 @@ https_only: false ## #log_level: Info +## +## Enables colors in logs. Useful for debugging purposes +## This is overridden if "-k" or "--colorize" +## are passed on the command line. +## +## Accepted values: true, false +## Default: false +## +#colorize_logs: false # ----------------------------- # Features |
