You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Leon Torres (JIRA)" <ji...@apache.org> on 2006/12/19 23:20:24 UTC

[jira] Created: (OFBIZ-554) Log the session ID in RequestHandler.java

Log the session ID in RequestHandler.java
-----------------------------------------

                 Key: OFBIZ-554
                 URL: http://issues.apache.org/jira/browse/OFBIZ-554
             Project: OFBiz (The Open for Business Project)
          Issue Type: Improvement
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Leon Torres
            Priority: Minor


Include the session ID when logging most things in RequestHandler.java.

Motivation:  
In production environments with multiple simultaneous users, it is frequently impossible to distinguish concurrent chains of HttpServlet events in the log file.  Adding the sessionId helps clarify what is happening.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (OFBIZ-554) Log the session ID in RequestHandler.java

Posted by "Si Chen (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-554?page=comments#action_12460007 ] 
            
Si Chen commented on OFBIZ-554:
-------------------------------

This was very helpful to us in tracking down issues with particular orders or visitors on the site, so we're contributing it back.  Please let me know if anybody has any issues with it.  Otherwise, I'll commit it at a convenient moment.

> Log the session ID in RequestHandler.java
> -----------------------------------------
>
>                 Key: OFBIZ-554
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-554
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon Torres
>         Assigned To: Si Chen
>            Priority: Minor
>         Attachments: logSessionId.patch
>
>
> Include the session ID when logging most things in RequestHandler.java.
> Motivation:  
> In production environments with multiple simultaneous users, it is frequently impossible to distinguish concurrent chains of HttpServlet events in the log file.  Adding the sessionId helps clarify what is happening.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (OFBIZ-554) Log the session ID in RequestHandler.java

Posted by "Leon Torres (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OFBIZ-554?page=all ]

Leon Torres updated OFBIZ-554:
------------------------------

    Attachment: logSessionId.patch

This small patch adds the sessionId to some of the important log events in RequestHandler.java, and then some.  

> Log the session ID in RequestHandler.java
> -----------------------------------------
>
>                 Key: OFBIZ-554
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-554
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon Torres
>            Priority: Minor
>         Attachments: logSessionId.patch
>
>
> Include the session ID when logging most things in RequestHandler.java.
> Motivation:  
> In production environments with multiple simultaneous users, it is frequently impossible to distinguish concurrent chains of HttpServlet events in the log file.  Adding the sessionId helps clarify what is happening.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (OFBIZ-554) Log the session ID in RequestHandler.java

Posted by "Si Chen (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OFBIZ-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Si Chen closed OFBIZ-554.
-------------------------

    Resolution: Fixed

Committed svn r 491944

> Log the session ID in RequestHandler.java
> -----------------------------------------
>
>                 Key: OFBIZ-554
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-554
>             Project: Apache OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon Torres
>         Assigned To: Si Chen
>            Priority: Minor
>         Attachments: logSessionId.patch
>
>
> Include the session ID when logging most things in RequestHandler.java.
> Motivation:  
> In production environments with multiple simultaneous users, it is frequently impossible to distinguish concurrent chains of HttpServlet events in the log file.  Adding the sessionId helps clarify what is happening.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (OFBIZ-554) Log the session ID in RequestHandler.java

Posted by "Si Chen (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OFBIZ-554?page=all ]

Si Chen reassigned OFBIZ-554:
-----------------------------

    Assignee: Si Chen

> Log the session ID in RequestHandler.java
> -----------------------------------------
>
>                 Key: OFBIZ-554
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-554
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon Torres
>         Assigned To: Si Chen
>            Priority: Minor
>         Attachments: logSessionId.patch
>
>
> Include the session ID when logging most things in RequestHandler.java.
> Motivation:  
> In production environments with multiple simultaneous users, it is frequently impossible to distinguish concurrent chains of HttpServlet events in the log file.  Adding the sessionId helps clarify what is happening.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (OFBIZ-554) Log the session ID in RequestHandler.java

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-554?page=comments#action_12460013 ] 
            
Jacques Le Roux commented on OFBIZ-554:
---------------------------------------

I vote for

> Log the session ID in RequestHandler.java
> -----------------------------------------
>
>                 Key: OFBIZ-554
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-554
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon Torres
>         Assigned To: Si Chen
>            Priority: Minor
>         Attachments: logSessionId.patch
>
>
> Include the session ID when logging most things in RequestHandler.java.
> Motivation:  
> In production environments with multiple simultaneous users, it is frequently impossible to distinguish concurrent chains of HttpServlet events in the log file.  Adding the sessionId helps clarify what is happening.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira