From 631522514dbd409dbb789103b54bd81c879aff34 Mon Sep 17 00:00:00 2001 From: Anders Svensson Date: Tue, 27 May 2014 09:45:54 +0200 Subject: 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. --- lib/diameter/doc/src/diameter.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/diameter/doc') 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 {error, failure}.

-Defaults to report if unspecified.

+Defaults to discard if unspecified.

{request_errors, answer_3xxx|answer|callback} -- cgit v1.2.3