diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-02-10 08:23:47 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-02-10 08:23:47 +0100 |
commit | 710db5dbcdf10eb7ae449af8ef707f08ba77e89e (patch) | |
tree | 80cb767208a928cfe34cdff94126dd7b8d9cc126 /doc/it/autogen/user/logger_options.adoc | |
parent | 1bd8998d074cc123e668dbcf892f2dc35c9df405 (diff) | |
download | weechat-710db5dbcdf10eb7ae449af8ef707f08ba77e89e.zip |
logger: add option logger.file.fsync (closes #1145)
Diffstat (limited to 'doc/it/autogen/user/logger_options.adoc')
-rw-r--r-- | doc/it/autogen/user/logger_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/it/autogen/user/logger_options.adoc b/doc/it/autogen/user/logger_options.adoc index 1c283250b..3519f52b6 100644 --- a/doc/it/autogen/user/logger_options.adoc +++ b/doc/it/autogen/user/logger_options.adoc @@ -26,6 +26,12 @@ ** valori: 0 .. 3600 ** valore predefinito: `+120+` +* [[option_logger.file.fsync]] *logger.file.fsync* +** descrizione: pass:none[use fsync to synchronize the log file with the storage device after the flush (see man fsync); this is slower but should prevent any data loss in case of power failure during the save of log file] +** tipo: bool +** valori: on, off +** valore predefinito: `+off+` + * [[option_logger.file.info_lines]] *logger.file.info_lines* ** descrizione: pass:none[scrive una riga informativa nel file di log quando il log inizia o termina per un buffer] ** tipo: bool |