https://bz.apache.org/bugzilla/show_bug.cgi?id=59088

            Bug ID: 59088
           Summary: mod_reqtimeout default log level too low
           Product: Apache httpd-2
           Version: 2.4.17
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_reqtimeout
          Assignee: [email protected]
          Reporter: [email protected]

Hi,

currently mod_reqtimeout logs timeout messages only on info level:

ap_log_cerror(APLOG_MARK, APLOG_INFO, 0, f->c, APLOGNO(01382)
              "Request %s read timeout", ccfg->type);

As triggering the timeout has a direct client impact by returning a 408 and
closing the connection, it should be logged as error in my opinion, or at least
as warning.

What do you think?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to