error_log is filling up with useless noise.
Announcement
Collapse
No announcement yet.
Logs filling up
Collapse
X
-
I noticed my error_log was filling up with a lot of useless noise (warnings). How can I resolve the following short of actually changing the log level?
Here is the warning:
Code:[Wed Jul 13 12:17:43.418614 2016] [mpm_itk:warn] [pid 631052] (itkmpm: pid=631052 uid=99, gid=99) itk_post_perdir_config(): lve_enter(512), Argument list too long
Thanks in advance for any help.
Best wishes,
-k0nsl
-
That should be set in main httpd.conf file, near section where error_log is described:
> LogLevel warn
Possible values include: debug, info, notice, warn, error, crit, alert, emerg . You may want to set error there then restart apache.
However we would like to check the issue in place to be sure everything is Ok there as warnings goes from our lve_enter function. Please create a support ticket at https://helpdesk.cloudlinux.com .
Comment
Comment