Navigation


Changeset 1246:02c98b9fb2a4 in freeDiameter for doc/freediameter.conf.sample


Ignore:
Timestamp:
Nov 12, 2013, 4:19:04 PM (10 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Updated documentation for dbg_msg_dumps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/freediameter.conf.sample

    r1204 r1246  
    207207# information about some events. This extension does not actually use a configuration file
    208208# but receives directly a parameter in the string passed to the extension. Here are some examples:
    209 # LoadExtension = "dbg_msg_dump.fdx" : "0x1111"; # Removes all default hooks, very quiet even in case of errors.
    210 # LoadExtension = "dbg_msg_dump.fdx" : "0x2222"; # Display all events with few details.
    211 # LoadExtension = "dbg_msg_dump.fdx" : "0x80"; # Dump complete information about sent and received messages.
    212 # See the top of extensions/dbg_msg/dump/dbg_msg.dump.c file for more details on the value.
     209## LoadExtension = "dbg_msg_dumps.fdx" : "0x1111"; # Removes all default hooks, very quiet even in case of errors.
     210## LoadExtension = "dbg_msg_dumps.fdx" : "0x2222"; # Display all events with few details.
     211## LoadExtension = "dbg_msg_dumps.fdx" : "0x0080"; # Dump complete information about sent and received messages.
     212# The four digits respectively control: connections, routing decisions, sent/received messages, errors.
     213# The values for each digit are:
     214#  0 - default - keep the default behavior
     215#  1 - quiet   - remove any specific log
     216#  2 - compact - display only a summary of the information
     217#  4 - full    - display the complete information on a single long line
     218#  8 - tree    - display the complete information in an easier to read format spanning several lines.
    213219
    214220
Note: See TracChangeset for help on using the changeset viewer.