Announcement

Collapse
No announcement yet.

Logs filling up

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Logs filling up

    error_log is filling up with useless noise.

  • #2
    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
    That is the relevant entry filling up my error_log.
    Thanks in advance for any help.

    Best wishes,
    -k0nsl

    Comment


    • #3
      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


      • #4
        Sigh. I know how to set the various log levels, thats what I wanted to avoid. Id rather see the issue dealt with.

        So, a support ticket eh? Alright.

        Best wishes,
        -k0nsl

        Comment

        Working...
        X