Logger: Add color support for different log levels

This commit is contained in:
Fijxu
2024-09-19 21:24:20 -03:00
parent d9df90b5e3
commit f8ec312328
4 changed files with 32 additions and 3 deletions

View File

@@ -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