From 710db5dbcdf10eb7ae449af8ef707f08ba77e89e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 10 Feb 2018 08:23:47 +0100 Subject: logger: add option logger.file.fsync (closes #1145) --- doc/it/autogen/user/logger_options.adoc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/it/autogen/user/logger_options.adoc') 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 -- cgit v1.2.3