Opened 6 years ago
Closed 6 years ago
#1992 closed enhancement (fixed)
Petascope_Use daily log strategy for petascope.log
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.8 |
Component: | petascope | Version: | 9.7 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
Current log rotation has a limit of 100MB (maximum 10 files and 10 MB/file) and will remove old log files when they reach this size.
Hence, it should use the second log strategy in petascope.properties
which will keep petascope.log for each day and compress previous day with gunzip
when the next day comes.
Note:
See TracTickets
for help on using tickets.