diff options
author | Anders Svensson <[email protected]> | 2014-05-27 09:45:54 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2014-05-27 09:52:21 +0200 |
commit | 631522514dbd409dbb789103b54bd81c879aff34 (patch) | |
tree | b03e4af06c11e4edbf96e667110d71b6e0d71c0a /lib/diameter/doc | |
parent | 2d5e6f4d438db1a480e44c539155e334c11851bc (diff) | |
download | otp-631522514dbd409dbb789103b54bd81c879aff34.tar.gz otp-631522514dbd409dbb789103b54bd81c879aff34.tar.bz2 otp-631522514dbd409dbb789103b54bd81c879aff34.zip |
Change answer_errors default from report to discard
In the same vein as commit 00584303, to avoid logging traffic-related
happenings.
Not that the value in diameter.hrl is just documentation: the value is
set explicitly when diameter:start_service/2 creates diameter_app
records.
Diffstat (limited to 'lib/diameter/doc')
-rw-r--r-- | lib/diameter/doc/src/diameter.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml index 7d6a28e51c..ab9ad25a3a 100644 --- a/lib/diameter/doc/src/diameter.xml +++ b/lib/diameter/doc/src/diameter.xml @@ -227,7 +227,7 @@ question is as if a callback had taken place and returned <c>{error, failure}</c>.</p> <p> -Defaults to <c>report</c> if unspecified.</p> +Defaults to <c>discard</c> if unspecified.</p> </item> <tag><c>{request_errors, answer_3xxx|answer|callback}</c></tag> |