diff options
author | Fred Hebert <[email protected]> | 2017-05-13 08:41:32 -0400 |
---|---|---|
committer | Fred Hebert <[email protected]> | 2017-05-17 07:52:50 -0400 |
commit | ed4d30888beb58c27f61dcf86384696cc221be35 (patch) | |
tree | dabf24a840b4b20f37a07232091bbac0b9e40b3a /lib/kernel/doc/src/disk_log.xml | |
parent | 8a1138ddfec89b23c19d4d12d30dd575c678356b (diff) | |
download | otp-ed4d30888beb58c27f61dcf86384696cc221be35.tar.gz otp-ed4d30888beb58c27f61dcf86384696cc221be35.tar.bz2 otp-ed4d30888beb58c27f61dcf86384696cc221be35.zip |
add option 'quiet' to disk_log
This option allows to suppress output of info_msgs to error_logger when
recoverable errors are encountered in disk_log by setting the value to
'true'.
Defaults to 'false', the backwards compatible behaviour.
Diffstat (limited to 'lib/kernel/doc/src/disk_log.xml')
-rw-r--r-- | lib/kernel/doc/src/disk_log.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/kernel/doc/src/disk_log.xml b/lib/kernel/doc/src/disk_log.xml index aebeacee28..570d3ef9bd 100644 --- a/lib/kernel/doc/src/disk_log.xml +++ b/lib/kernel/doc/src/disk_log.xml @@ -968,6 +968,12 @@ <c>read_write</c>. </p> </item> + <tag><c>{quiet, Boolean}</c></tag> + <item> + <p>Specifies if messages will be sent to + <c>error_logger</c> on recoverable errors with + the log files. Defaults to <c>true</c>.</p> + </item> </taglist> <p><c>open/1</c> returns <c>{ok, <anno>Log</anno>}</c> if the log file is successfully opened. If the file is |