Configurable log proposal

luotonen@ptsun00.cern.ch (Ari Luotonen)
From: luotonen@ptsun00.cern.ch (Ari Luotonen)
Date: Tue, 1 Feb 94 21:45:20 +0100
Message-id: <9402012045.AA00523@ptsun03.cern.ch>
To: www-talk@www0.cern.ch
Subject: Configurable log proposal
Content-Length: 734

How about having a fully configurable log files, something
that would understand escapes like this:

Time:
	%a abbreviated weekday name
	%b abbreviated month name
	%d day of month
	%h 12h clock hour
	%H 24h clock hour
	%m month in decimal
	%M minutes
	%S seconds
	%T time as %H:%M:%S
	%w weekday in decimal
	%y year without centuries
	%Y full year
	%Z time-zone
	%% a single %
	%n \n
	%t \t

HTTP:
	%B bytes transmitted
	%U requested URL
	%C client host address
	%E user email address
	%A authenticated username
	%I remote ident
	%D method
	%P protocol version


...and what else?  I would be happy to implement this.  Maybe the %letters
could be selected in a better way and not respect the ones strftime()
uses.

-- Cheers, Ari --