diff options
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 62d695fed..24b7008a1 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -1207,6 +1207,13 @@ language (Language) enum ,be,ca,cs,da,de,en,eo,es,et,fr,he,hu,id,it,ja,jbo,ko, # - verbose debug_log_level (Debug log level) enum action ,none,error,warning,action,info,verbose +# ANSI colored logs: red error log, yellow warning and grey info and verbose logs +# Note that it doesn't work on Windows +# "yes" always enables it, +# "detect" enables it when printing to terminal and +# "no" disables it +log_color (Colored logs) enum detect yes,detect,no + # IPv6 support. enable_ipv6 (IPv6) bool true |