changeset 1246:02c98b9fb2a4

Updated documentation for dbg_msg_dumps
author Sebastien Decugis <sdecugis@freediameter.net>
date Tue, 12 Nov 2013 15:19:04 +0800
parents 4b511d9b3def
children 2c09e2545188
files doc/freediameter.conf.sample
diffstat 1 files changed, 10 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/freediameter.conf.sample	Mon Nov 11 15:30:26 2013 +0800
+++ b/doc/freediameter.conf.sample	Tue Nov 12 15:19:04 2013 +0800
@@ -206,10 +206,16 @@
 # The dbg_msg_dump.fdx extension allows you to tweak the way freeDiameter displays some
 # information about some events. This extension does not actually use a configuration file
 # but receives directly a parameter in the string passed to the extension. Here are some examples:
-# LoadExtension = "dbg_msg_dump.fdx" : "0x1111"; # Removes all default hooks, very quiet even in case of errors.
-# LoadExtension = "dbg_msg_dump.fdx" : "0x2222"; # Display all events with few details.
-# LoadExtension = "dbg_msg_dump.fdx" : "0x80"; # Dump complete information about sent and received messages.
-# See the top of extensions/dbg_msg/dump/dbg_msg.dump.c file for more details on the value.
+## LoadExtension = "dbg_msg_dumps.fdx" : "0x1111"; # Removes all default hooks, very quiet even in case of errors.
+## LoadExtension = "dbg_msg_dumps.fdx" : "0x2222"; # Display all events with few details.
+## LoadExtension = "dbg_msg_dumps.fdx" : "0x0080"; # Dump complete information about sent and received messages.
+# The four digits respectively control: connections, routing decisions, sent/received messages, errors.
+# The values for each digit are:
+#  0 - default - keep the default behavior
+#  1 - quiet   - remove any specific log
+#  2 - compact - display only a summary of the information
+#  4 - full    - display the complete information on a single long line
+#  8 - tree    - display the complete information in an easier to read format spanning several lines.
 
 
 ##############################################################
"Welcome to our mercurial repository"