Hi,
here another thought about logging:
What about adding a unique identifier for the current request?
This would allow us to identify which log entries belong to
one single request. (Currently thread id and request uri
could be used, but are of course not very usefull as at a
later time the same thread id with the same request uri
could be invoked).
Is there any value we could use for this provided by the
servlet api? If not what about adding a simple static
counter for this.
Thoughts?
Carsten
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]