Anonymous | Login | Signup for a new account | 12-17-2024 08:34 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ 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 | ||||||
Status | closed | Product Version | 4.0.40 | ||||||
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? |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |