aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/examples
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2014-05-27 09:45:54 +0200
committerAnders Svensson <[email protected]>2014-05-27 09:52:21 +0200
commit631522514dbd409dbb789103b54bd81c879aff34 (patch)
treeb03e4af06c11e4edbf96e667110d71b6e0d71c0a /lib/diameter/examples
parent2d5e6f4d438db1a480e44c539155e334c11851bc (diff)
downloadotp-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/examples')
-rw-r--r--lib/diameter/examples/code/client.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/diameter/examples/code/client.erl b/lib/diameter/examples/code/client.erl
index 6606ac254d..46eb4a55db 100644
--- a/lib/diameter/examples/code/client.erl
+++ b/lib/diameter/examples/code/client.erl
@@ -72,7 +72,6 @@
{'Product-Name', "Client"},
{'Auth-Application-Id', [?DIAMETER_APP_ID_COMMON]},
{application, [{alias, ?APP_ALIAS},
- {answer_errors, discard},
{dictionary, ?DIAMETER_DICT_COMMON},
{module, ?CALLBACK_MOD}]}]).