From 885ad5783c33d7f6115c5ad55c401102f10039d6 Mon Sep 17 00:00:00 2001 From: Serge Aleynikov Date: Sun, 20 Apr 2014 12:37:57 -0400 Subject: Customize SASL error_logger file opening modes Include the ability to open a SASL error log file in append mode at startup vs currently implemented "rewrite-always" mode. --- lib/sasl/doc/src/sasl_app.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/sasl/doc') diff --git a/lib/sasl/doc/src/sasl_app.xml b/lib/sasl/doc/src/sasl_app.xml index 9c3c80bd13..572e550061 100644 --- a/lib/sasl/doc/src/sasl_app.xml +++ b/lib/sasl/doc/src/sasl_app.xml @@ -92,6 +92,13 @@ Installs sasl_report_file_h in the error logger. This makes all reports go to the file FileName. FileName is a string. + {file,FileName,Modes} + Same as {file,FileName} except that the Modes + allows to specify the modes used for opening the FileName + given to the file:open/2 + call. When not specified, the Modes defaults to [write]. + Use [append] for having the FileName open in append mode. + FileName is a string. false

No SASL error logger handler is installed.

-- cgit v1.2.3