Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1054 | minor | always | 04-17-06 12:25 | 05-02-06 15:27 | |
|
|||||
Reporter: | billa | Platform: | linux | ||
Assigned To: | ferg | OS: | 2.6 | ||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.18 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.19 | ||
|
|||||
Summary: | 0001054: wrong minute in log rotation archive file name format | ||||
Description: |
The format for naming the log rotation archive files seem to be: <filename>.%Y%m%d.%H%M for both time ane size based rotation. However, for size based rotation, the %H%M part seem to be wrong. I have set rollover-size only in my resin.conf. It looks like resin does the size check every 10 minutes. The %H%M part of the rotated file is actually 10 minutes in the future from the time the file was rotated: -rw-rw-r-- 1 app app 136340396 Apr 17 08:16 resin.stdout.20060417.0826 -rw-rw-r-- 1 app app 115381347 Apr 17 08:59 resin.stdout.20060417.0909 -rw-rw-r-- 1 app app 104857600 Apr 17 09:09 resin.stdout.20060417.0919 -rw-rw-r-- 1 app app 104857600 Apr 17 09:49 resin.stdout.20060417.0959 -rw-rw-r-- 1 app app 10511390 Apr 17 10:07 resin.stdout.20060417.1017 |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|