
| Key: |
SES-566
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Jeen Broekstra
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
Sesame
Created: 17/Jun/08 11:28 AM
Updated: 26/Sep/08 11:32 AM
|
|
| Component/s: |
HTTP Server
|
| Affects Version/s: |
2.1.2
|
| Fix Version/s: |
2.2
|
|
In the Sesame HTTP server, the current default log level (INFO) only logs the beginning of an incoming request. It would be very useful for performance monitoring if both beginning and end of the request are logged (so that I can determine how lang the request handling took), without having to reconfigure the logger to DEBUG level.
|
|
logs INFO at request start and end and includes the query string hashCode in the log entry as of revision 7436.
|
|