diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2024-11-08 23:28:51 +0100 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2024-11-08 23:28:51 +0100 |
| commit | a760b69cb6af5ef27429d467205319066a5e12eb (patch) | |
| tree | f6816793b2ba67613c2396af83830a78f6b09178 /config | |
| parent | 4f7a18a6301952db5c4d651e58bcc81e681a3246 (diff) | |
| parent | d2edd4b63fe690c248ff8709b39098fcdad0e109 (diff) | |
| download | invidious-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.yml | 11 |
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 |
