Home » Logging » Log » Bug #3570
Request addging rolling logger functionality
Details
| Request #3570 | Request addging rolling logger functionality |
|---|---|
| Submitted | 2005-02-24 04:53 UTC |
| From | ananomouse1 at yahoo dot com |
| Assigned | jon |
| Status | Wont fix |
| Package | Log |
| PHP Version | Irrelevant |
| OS | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2005-02-24 04:53 UTC] ananomouse1 at yahoo dot com
Description:
------------
Similar to the Apache Log4J package, I would like to see a rolling logger capability. This would allow programmer to specify a maximum log file size. After this size is reached, a new log file is created and the old log file is rolled over to a timestamped 'archive' version. Simply a nice way to prevent log files from getting too large.