mirror of https://github.com/iv-org/invidious.git
Logger: colorize_logs false by default
This commit is contained in:
parent
d77afdcf00
commit
17b525f2a6
|
@ -232,7 +232,7 @@ https_only: false
|
|||
## Accepted values: true, false
|
||||
## Default: true
|
||||
##
|
||||
#colorize_logs: true
|
||||
#colorize_logs: false
|
||||
|
||||
# -----------------------------
|
||||
# Features
|
||||
|
|
|
@ -69,7 +69,7 @@ class Config
|
|||
# Default log level, valid YAML values are ints and strings, see src/invidious/helpers/logger.cr
|
||||
property log_level : LogLevel = LogLevel::Info
|
||||
# Enables colors in logs. Useful for debugging purposes
|
||||
property colorize_logs : Bool = true
|
||||
property colorize_logs : Bool = false
|
||||
# Database configuration with separate parameters (username, hostname, etc)
|
||||
property db : DBConfig? = nil
|
||||
|
||||
|
|
Loading…
Reference in New Issue