Is there any functionality in wamp to limit the access and error log to 20 MB? i.e. it should be truncated after 20 MB.
Asked
Active
Viewed 2,150 times
1 Answers
0
usually (on linux) the log are managed by another system (for example a log rotate), it's not apache which manage them itself - if you understand french someone did logrotate.bat and shared it on the wampserver forum - thus you can use a log rotate system of windows too
Hope this could help