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: [email protected]
For additional commands, e-mail: [email protected]