Skip to content
Snippets Groups Projects
  • Kevin Harwell's avatar
    6255e797
    Logging: Add debug logging categories · 6255e797
    Kevin Harwell authored
    Added debug logging categories that allow a user to output debug
    information based on a specified category. This lets the user limit,
    and filter debug output to data relevant to a particular context,
    or topic. For instance the following categories are now available for
    debug logging purposes:
    
      dtls, dtls_packet, ice, rtcp, rtcp_packet, rtp, rtp_packet,
      stun, stun_packet
    
    These debug categories can be enable/disable via an Asterisk CLI command.
    
    While this overrides, and outputs debug data, core system debugging is
    not affected by this patch. Statements still output at their appropriate
    debug level. As well backwards compatibility has been maintained with
    past debug groups that could be enabled using the CLI (e.g. rtpdebug,
    stundebug, etc.).
    
    ASTERISK-29054 #close
    
    Change-Id: I6e6cb247bb1f01dbf34750b2cd98e5b5b41a1849
    (cherry picked from commit 56028426)
    6255e797
    History
    Logging: Add debug logging categories
    Kevin Harwell authored
    Added debug logging categories that allow a user to output debug
    information based on a specified category. This lets the user limit,
    and filter debug output to data relevant to a particular context,
    or topic. For instance the following categories are now available for
    debug logging purposes:
    
      dtls, dtls_packet, ice, rtcp, rtcp_packet, rtp, rtp_packet,
      stun, stun_packet
    
    These debug categories can be enable/disable via an Asterisk CLI command.
    
    While this overrides, and outputs debug data, core system debugging is
    not affected by this patch. Statements still output at their appropriate
    debug level. As well backwards compatibility has been maintained with
    past debug groups that could be enabled using the CLI (e.g. rtpdebug,
    stundebug, etc.).
    
    ASTERISK-29054 #close
    
    Change-Id: I6e6cb247bb1f01dbf34750b2cd98e5b5b41a1849
    (cherry picked from commit 56028426)