You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2011/01/04 04:25:46 UTC

[jira] Resolved: (WICKET-3305) Allowing adding identifiers to Wicket log messages for AJAX debugging

     [ https://issues.apache.org/jira/browse/WICKET-3305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-3305.
-----------------------------------

    Resolution: Invalid
      Assignee: Igor Vaynberg

modern loggers (slf4j, etc) support something called MDC. using this you can put a filter in front of wicket that would put sessionid into MDC and you can output it in every logging line.

> Allowing adding identifiers to Wicket log messages for AJAX debugging
> ---------------------------------------------------------------------
>
>                 Key: WICKET-3305
>                 URL: https://issues.apache.org/jira/browse/WICKET-3305
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>            Reporter: Chris Lampley
>            Assignee: Igor Vaynberg
>            Priority: Minor
>
> Currently, there is no way to add identifiers to logging on the Wicket side in order to debug AJAX request paths in a multithreaded environment. One possible solution would be to change Component's info, error, warn, debug, and fatal methods to non-final to allow implementations to tag the internal Wicket log messages with some identifiable information such as session id. 

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