summaryrefslogtreecommitdiff
path: root/doc/ja/autogen
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ja/autogen')
-rw-r--r--doc/ja/autogen/user/logger_options.adoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/logger_options.adoc b/doc/ja/autogen/user/logger_options.adoc
index 172539769..e29bd24d3 100644
--- a/doc/ja/autogen/user/logger_options.adoc
+++ b/doc/ja/autogen/user/logger_options.adoc
@@ -26,6 +26,12 @@
** 値: 0 .. 3600
** デフォルト値: `+120+`
+* [[option_logger.file.fsync]] *logger.file.fsync*
+** 説明: 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]
+** タイプ: ブール
+** 値: on, off
+** デフォルト値: `+off+`
+
* [[option_logger.file.info_lines]] *logger.file.info_lines*
** 説明: pass:none[バッファのログ保存の開始時と終了時にログファイルへ情報行を書き込む]
** タイプ: ブール