[AWS] Possible bug with Server.Log.Start_Error and the default status page

Thomas Løcke thomas.granvej6 at gmail.com
Mon Apr 19 11:26:38 CEST 2010


Hey,

If you use both

-----
Server.Log.Start (Web_Server  => WS);
Server.Log.Start_Error (Web_Server  => WS);
-----

then the status page show the path to the access log file, but if you only use:

-----
Server.Log.Start_Error (Web_Server  => WS);
-----

then the status page show "No log activated", which is obviously
wrong, as you are logging errors.

This is with the latest AWS svn checkout.

:o)
Thomas Løcke


More information about the AWS mailing list