You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Robert Burrell Donkin (JIRA)" <se...@james.apache.org> on 2009/03/20 11:10:52 UTC

[jira] Created: (JAMES-895) Context Sensitive Logging For Handlers

Context Sensitive Logging For Handlers
--------------------------------------

                 Key: JAMES-895
                 URL: https://issues.apache.org/jira/browse/JAMES-895
             Project: JAMES Server
          Issue Type: New Feature
          Components: James Core
    Affects Versions: 3.0
            Reporter: Robert Burrell Donkin
            Assignee: Robert Burrell Donkin
             Fix For: 3.0


Context sensitive logging allows a sequence of log messages to be followed for a particular operational context. 

In particular, when a incoming connection is served by James, it should be possible to associated this context with the logging messages output. For example, 

Getting [Handler #XYZ] from pool
[Handler #XYZ] Connection from example,org (10.0.0.1)
[Handler #XYZ] Connection from example.org (10.0.0.1) opened.
...
[Handler #XYZ] Connection from example.org (10.0.0.1) closed.

This would allow a single connection to be followed though the logs.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Closed: (JAMES-895) Context Sensitive Logging For Handlers

Posted by "Robert Burrell Donkin (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Burrell Donkin closed JAMES-895.
---------------------------------------

    Resolution: Fixed

NNTPHandler and RemoteManagerHandler log to context.

> Context Sensitive Logging For Handlers
> --------------------------------------
>
>                 Key: JAMES-895
>                 URL: https://issues.apache.org/jira/browse/JAMES-895
>             Project: JAMES Server
>          Issue Type: New Feature
>          Components: James Core
>    Affects Versions: 3.0
>            Reporter: Robert Burrell Donkin
>            Assignee: Robert Burrell Donkin
>             Fix For: 3.0
>
>
> Context sensitive logging allows a sequence of log messages to be followed for a particular operational context. 
> In particular, when a incoming connection is served by James, it should be possible to associated this context with the logging messages output. For example, 
> Getting [Handler #XYZ] from pool
> [Handler #XYZ] Connection from example,org (10.0.0.1)
> [Handler #XYZ] Connection from example.org (10.0.0.1) opened.
> ...
> [Handler #XYZ] Connection from example.org (10.0.0.1) closed.
> This would allow a single connection to be followed though the logs.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Commented: (JAMES-895) Context Sensitive Logging For Handlers

Posted by "Robert Burrell Donkin (JIRA)" <se...@james.apache.org>.
    [ https://issues.apache.org/jira/browse/JAMES-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683827#action_12683827 ] 

Robert Burrell Donkin commented on JAMES-895:
---------------------------------------------

A comprehensive implementation would likely take some effort. However, there are some easy gains which are worthwhile.

> Context Sensitive Logging For Handlers
> --------------------------------------
>
>                 Key: JAMES-895
>                 URL: https://issues.apache.org/jira/browse/JAMES-895
>             Project: JAMES Server
>          Issue Type: New Feature
>          Components: James Core
>    Affects Versions: 3.0
>            Reporter: Robert Burrell Donkin
>            Assignee: Robert Burrell Donkin
>             Fix For: 3.0
>
>
> Context sensitive logging allows a sequence of log messages to be followed for a particular operational context. 
> In particular, when a incoming connection is served by James, it should be possible to associated this context with the logging messages output. For example, 
> Getting [Handler #XYZ] from pool
> [Handler #XYZ] Connection from example,org (10.0.0.1)
> [Handler #XYZ] Connection from example.org (10.0.0.1) opened.
> ...
> [Handler #XYZ] Connection from example.org (10.0.0.1) closed.
> This would allow a single connection to be followed though the logs.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org