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/it/autogen/user/logger_options.adoc | |
parent | e386965abad857581abafa70d7999c2e3a8c4c2c (diff) | |
download | weechat-70fd7222787d6f07bfd649ff67c9a7f837949493.zip |
logger: add option logger.file.color_lines (closes #528, closes #621)
Diffstat (limited to 'doc/it/autogen/user/logger_options.adoc')
-rw-r--r-- | doc/it/autogen/user/logger_options.adoc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/it/autogen/user/logger_options.adoc b/doc/it/autogen/user/logger_options.adoc index 3519f52b6..9aa8db902 100644 --- a/doc/it/autogen/user/logger_options.adoc +++ b/doc/it/autogen/user/logger_options.adoc @@ -9,7 +9,7 @@ ** valore predefinito: `+default+` * [[option_logger.color.backlog_line]] *logger.color.backlog_line* -** descrizione: pass:none[colore per la cronologia] +** descrizione: pass:none[color for backlog lines, used only if the option logger.file.color_lines is off] ** tipo: colore ** valori: 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 ** valore predefinito: `+default+` @@ -20,6 +20,12 @@ ** valori: on, off ** valore predefinito: `+on+` +* [[option_logger.file.color_lines]] *logger.file.color_lines* +** descrizione: pass:none[use ANSI color codes in lines written in log files and display backlog lines with these colors] +** tipo: bool +** valori: on, off +** valore predefinito: `+off+` + * [[option_logger.file.flush_delay]] *logger.file.flush_delay* ** descrizione: pass:none[numero di secondi tra il flush (scrittura) dei file di log (0 = scrive sui file di log immediatamente per ogni riga stampata)] ** tipo: intero |