[Gd-chatter] r10764 - trunk/libraries/koala/sources/koala
hannes at gwydiondylan.org
hannes at gwydiondylan.org
Wed May 31 02:14:43 CEST 2006
Author: hannes
Date: Wed May 31 02:14:41 2006
New Revision: 10764
Modified:
trunk/libraries/koala/sources/koala/response.dylan
Log:
Job: minor
log request-method in uppercase, most analyzing tools want this
Modified: trunk/libraries/koala/sources/koala/response.dylan
==============================================================================
--- trunk/libraries/koala/sources/koala/response.dylan (original)
+++ trunk/libraries/koala/sources/koala/response.dylan Wed May 31 02:14:41 2006
@@ -209,7 +209,7 @@
// Log in Common Logfile Format
// (http://www.w3.org/Daemon/User/Config/Logging.html)
- let request = concatenate(as(<string>, request-method(req)), " ",
+ let request = concatenate(as-uppercase(as(<string>, request-method(req))), " ",
request-url(req), " ",
as(<string>, request-version(req)));
let date = as-common-logfile-date(current-date());
More information about the chatter
mailing list