Sounds good! How about displaying the PATH_INFO
as well since this is fairly critical to WebKit and can help
pin down problems with the config of the adaptors?
On Tuesday 29 May 2001 05:11, you wrote:
> The WebKit app server in Verbose mode prints something
> like this:
>
> BEGIN REQUEST
> Tue
At 11:20 AM 5/29/2001 -0700, Donovan Preston wrote:
>Comments welcome, especially if there is a better way to do this.
Currently I do this like so:
python Launch.py ThreadedAppServer > Logs/stdioerr.log 2>&1 &
e.g., I know that the op sys can redirect stdout and stderr so instead of
adding yet
Chuck, I agree with your suggestion for the verbose mode output, since
the most relevant information is the URL. Since most people probably use
the console output for debugging via print statements (as I do),
reducing the amount of visual clutter while still retaining the
important information
The WebKit app server in Verbose mode prints something like this:
BEGIN REQUEST
Tue May 29 08:00:46 2001
receiving request from
request has keys: format, time, environ, input
request uri = /webkit/monkey/StyleSheet.css
connection closed.
0.06 secs
END REQUEST
Note that sometimes these messages