diff options
author | Siri Hansen <[email protected]> | 2011-04-29 17:14:12 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2011-05-03 16:33:43 +0200 |
commit | 2187b54499a280fdf92e8832a5126cadeb9cd610 (patch) | |
tree | 217b13302fcc3b0fd85ed5c7f50a97a940e44995 /lib/sasl/doc/src/sasl_app.xml | |
parent | 9051df48646573dbb740b16396bf9b55be288525 (diff) | |
download | otp-2187b54499a280fdf92e8832a5126cadeb9cd610.tar.gz otp-2187b54499a280fdf92e8832a5126cadeb9cd610.tar.bz2 otp-2187b54499a280fdf92e8832a5126cadeb9cd610.zip |
Fail sasl startup if some, but not all, environment variables related to log_mf_h are given
The sasl application starts and adds log_mf_h handler if all three
environment variables are given and valid. If any of the variables are
invalid, sasl startup will crash.
Earlier, if one or two of the variables were missing sasl would
successfully start but silently skip adding log_mf_h. This commit
changes this behaviour so that sasl startup will crash if some
variables are given and some are not.
Diffstat (limited to 'lib/sasl/doc/src/sasl_app.xml')
-rw-r--r-- | lib/sasl/doc/src/sasl_app.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/sasl/doc/src/sasl_app.xml b/lib/sasl/doc/src/sasl_app.xml index a7fecfc440..446baccb08 100644 --- a/lib/sasl/doc/src/sasl_app.xml +++ b/lib/sasl/doc/src/sasl_app.xml @@ -4,7 +4,7 @@ <appref> <header> <copyright> - <year>1996</year><year>2009</year> + <year>1996</year><year>2011</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -67,6 +67,11 @@ <p>This error logger writes <em>all</em> events sent to the error logger to disk. It installs the <c>log_mf_h</c> event handler in the <c>error_logger</c> process.</p> + <p>To activate this event handler, the following three sasl + configuration parameters must be set: + <c>error_logger_mf_dir</c>, <c>error_logger_mf_maxbytes</c> + and <c>error_logger_mf_maxfiles</c>. See below for more + information about the configuration parameters.</p> </item> </taglist> </section> |