You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Niklas Gustavsson (JIRA)" <ji...@apache.org> on 2009/07/15 08:19:15 UTC

[jira] Created: (VYSPER-99) Log XML stanzas going in and out of the server

Log XML stanzas going in and out of the server
----------------------------------------------

                 Key: VYSPER-99
                 URL: https://issues.apache.org/jira/browse/VYSPER-99
             Project: VYSPER
          Issue Type: Improvement
          Components: core protocol
            Reporter: Niklas Gustavsson
            Assignee: Niklas Gustavsson


Currently, Vysper uses the default MINA logging filter to log traffic going in and out of the server. This uses message.toString() which will generate the compact stanza serialization. It would be helpful to log the full XML as a way to see all the details of the messages. A custom logging filter could do this using Renderer.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (VYSPER-99) Log XML stanzas going in and out of the server

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VYSPER-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Gustavsson closed VYSPER-99.
-----------------------------------

    Resolution: Fixed

Fixed in rev 800279

> Log XML stanzas going in and out of the server
> ----------------------------------------------
>
>                 Key: VYSPER-99
>                 URL: https://issues.apache.org/jira/browse/VYSPER-99
>             Project: VYSPER
>          Issue Type: Improvement
>          Components: core protocol
>            Reporter: Niklas Gustavsson
>            Assignee: Niklas Gustavsson
>
> Currently, Vysper uses the default MINA logging filter to log traffic going in and out of the server. This uses message.toString() which will generate the compact stanza serialization. It would be helpful to log the full XML as a way to see all the details of the messages. A custom logging filter could do this using Renderer.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.