mirror of
https://github.com/iv-org/invidious.git
synced 2026-04-24 06:05:22 +02:00
Logger: Make colorize_logs true by default
This commit is contained in:
parent
f8ec312328
commit
d77afdcf00
3 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue