hi, Is the Zope log file in Common Log File Format? j. ...................... ..... Jason C. Leach ... University College of the Cariboo. ..
Am Donnerstag, 11. Januar 2001 08:21 schrieben Sie:
hi,
Is the Zope log file in Common Log File Format?
whatever you mean by that ... it looks to me like the one from apache and a webalizer works without any quirks
j.
....................... ...... Jason C. Leach .... University College of the Cariboo. ...
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- ----------------------------------- catWorkX GmbH Dipl.-Ing. Holger Lehmann Stresemannstr. 364 22761 Hamburg Tel: +49 (0700) catWorkX Tel: +49 (40) 890 646-0 Fax: +49 (40) 890 646-66 mailto:lehmann@catworkx.de http://www.catworkx.de http://www.catbridge.de
On Wed, 10 Jan 2001, Jason C. Leach wrote:
Is the Zope log file in Common Log File Format?
Yes. You can run every standard log files analyzer on it. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
At 1/11/01 12:25 PM, Oleg Broytmann wrote:
On Wed, 10 Jan 2001, Jason C. Leach wrote:
Is the Zope log file in Common Log File Format?
Yes. You can run every standard log files analyzer on it.
Using analog (http://analog.cx) against my Zope 2.2.2 logs, I found that the standard analog definition of the Common Log File Format didn't exactly match the Z2.log format. Specifically, Zope produces a host address followed by a colon, which confused a few of analog's reports. I currently use the following in my analog.cfg file... LOGFORMAT (%S: %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b "%f" "%B") LOGFORMAT (%S: %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r" %c %b "%f" "%B") -- Dennis Nichols nichols@tradingconnections.com
Its not the same as IIS, but that is nowhere near a common format :) Its relatively trival to hack the log file format if you are comfortable with hacking the Zope source. -- Andy McKay. ----- Original Message ----- From: "Dennis Nichols" <nichols@tradingconnections.com> To: "Jason C. Leach" <jleach@mail.ocis.net> Cc: <zope@zope.org> Sent: Thursday, January 11, 2001 7:03 AM Subject: Re: [Zope] log file.
At 1/11/01 12:25 PM, Oleg Broytmann wrote:
On Wed, 10 Jan 2001, Jason C. Leach wrote:
Is the Zope log file in Common Log File Format?
Yes. You can run every standard log files analyzer on it.
Using analog (http://analog.cx) against my Zope 2.2.2 logs, I found that the standard analog definition of the Common Log File Format didn't exactly match the Z2.log format. Specifically, Zope produces a host address followed by a colon, which confused a few of analog's reports. I currently use the following in my analog.cfg file...
LOGFORMAT (%S: %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b "%f" "%B") LOGFORMAT (%S: %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r" %c %b "%f" "%B")
-- Dennis Nichols nichols@tradingconnections.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (6)
-
Andy McKay -
Dennis Nichols -
Holger Lehmann -
Jason C. Leach -
Joachim Werner -
Oleg Broytmann