Feature #1789
RFE: allow to log request body (postdata) by lighttpd
| Status: | Wontfix | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | jan | % Done: | 0% |
|
| Category: | core | |||
| Target version: | 1.4.21 | |||
| Pending: | No |
Resolution: | ||
| Patch available: | No |
Description
Currently there is only a option to log the request header, but no option to log the entire request. To debug some issues, it would be sometimes helpful to be able to log the whole request.
-- opensource
History
10/13/2008 10:06 PM - stbuehler
- Status changed from New to Wontfix
- Patch available set to No
I don't think this is important enough to invest the time writing and maintaining the necessary code; just use a network sniffer if you want to get complete requests or use strace.
And a request body may contain binary content which doesn't look good in a log file.