You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is usually left to some system tool (mostly logrotate). It might be better to write it to the standard SAPI error file instead of a custom one since that is usually handled by the os.
I recently had to do this as my log suddenly became several dozen GBs due to some tomfoolery.
The solution in my case was editing /etc/logrotate.d/apache2 and settings size 100M at the top.
This should be something discussed in the setup documentation so the admin can make a decision appropriate to their needs, rather than us imposing a limit on them.
make this log file essentially work like standard errorfiles where you end up with errors.log errors.1.log etc, and none of them get too big
The text was updated successfully, but these errors were encountered: