File name:  commonLog.2005-11-18-00_00_00.log
 
I think the -300 is the offset to UTC therefore we're 5 hours off UTC(for 1/2 the year till EDT or EST I can't remember which.
 
 
Thanx
Aaron N Wagner
Monitoring Systems and Network Tools
CCO-Command Center Operations
804.515.6298
 


From: TK [mailto:[EMAIL PROTECTED]
Sent: Friday, November 18, 2005 2:39 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] About Access Log

Does it mean that you have a log file named as commonLog.(Date and Time).log stored in history directory? After being rotated, what is the name of the log file and where is it stored?
 
BTW, what does the '-300' mean?
 


 
On 11/18/05, Wagner, Aaron <[EMAIL PROTECTED]> wrote:


From: TK [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 18, 2005 2:03 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] About Access Log

 
Hi,
I'm running Apache 2.0 on Windows XP SP2. I have 2 questions about Apache access log.
 
1. How could I get a fine-grained time stamp for the time (%t) in millisecond?
 
2. Where (in httpd.conf file) should I place the TransferLog command so that I could rotate the log file (named as access.log)? My command line is as below:
    TransferLog "|  /bin/rotatelogs /logs/access 86400" 
    (Additional question: Is the duration (86400 s) counted based on a normal day (12am - 12am the next day) or from the moment the Apache server is started?)
 
 
Thanks.
 
 
1. don't know the answer to #1
 
 
2. CustomLog "|D:/WebCore2/Apache2/bin/rotatelogs.exe D:/WebCore2/Apache2/logs/history/commonLog.%Y-%m-%d-%H_%M_%S.log 86400 -300" combined
and It looks like mine is rotating every night at midnight.
 
Thanx
Aaron N Wagner
Monitoring Systems and Network Tools
CCO-Command Center Operations
804.515.6298
 
 
 
TK

Reply via email to