diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-02 20:31:47 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-02 20:44:12 +0200 |
commit | 70fd7222787d6f07bfd649ff67c9a7f837949493 (patch) | |
tree | 82e2bc13009220bf830004c92dc153a3ce84c919 /doc/en | |
parent | e386965abad857581abafa70d7999c2e3a8c4c2c (diff) | |
download | weechat-70fd7222787d6f07bfd649ff67c9a7f837949493.zip |
logger: add option logger.file.color_lines (closes #528, closes #621)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/logger_options.adoc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/en/autogen/user/logger_options.adoc b/doc/en/autogen/user/logger_options.adoc index 0a39c5aa2..420dd1811 100644 --- a/doc/en/autogen/user/logger_options.adoc +++ b/doc/en/autogen/user/logger_options.adoc @@ -9,7 +9,7 @@ ** default value: `+default+` * [[option_logger.color.backlog_line]] *logger.color.backlog_line* -** description: pass:none[color for backlog lines] +** description: pass:none[color for backlog lines, used only if the option logger.file.color_lines is off] ** type: color ** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline ** default value: `+default+` @@ -20,6 +20,12 @@ ** values: on, off ** default value: `+on+` +* [[option_logger.file.color_lines]] *logger.file.color_lines* +** description: pass:none[use ANSI color codes in lines written in log files and display backlog lines with these colors] +** type: boolean +** values: on, off +** default value: `+off+` + * [[option_logger.file.flush_delay]] *logger.file.flush_delay* ** description: pass:none[number of seconds between flush of log files (0 = write in log files immediately for each line printed)] ** type: integer |