Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005920 [Resin] minor always 06-24-15 11:47 04-07-17 14:28
Reporter nam View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.52 Product Version 4.0.40
  Product Build
Summary 0005920: access log not archived intermittently
Description (rep by Nobuaki)

I'm using Resin 4.0.40.

In resin.xml, it is set to zip archive the access.log each day.
{{{
<host-default>
   <access-log path='${resin.home}/log/access.log'
      archive-format="access-%Y%m%d.log.zip"
      rollover-count='366'
      rollover-period='1D' />
}}}

cluster-default.xml is the default setting.
{{{
<host-default>
  <access-log path="log/access.log"
             format='%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-Agent}i"'
             rollover-period="1W"/>
}}}

File name of the June 5 log becomes "access.log.20150606", it was left without being archived.
access-20150605.log.zip had stores "access.log.20150605" file contents of 0 bytes.
It appears to have done rollover both weekly and daily. Is this normal behavior?
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0006745)
ferg
04-07-17 14:28

server/02f0
 

- Issue History
Date Modified Username Field Change
06-24-15 11:47 nam New Issue
04-07-17 14:28 ferg Note Added: 0006745
04-07-17 14:28 ferg Assigned To  => ferg
04-07-17 14:28 ferg Status new => closed
04-07-17 14:28 ferg Resolution open => fixed
04-07-17 14:28 ferg Fixed in Version  => 4.0.52


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker