Commit 100de5f7 authored by Yann Ylavic's avatar Yann Ylavic
Browse files

mod_proxy_hcheck: mute "run from watchdog" message.

This is way too verbose (every 100ms) to be logged at any LogLevel.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853992 13f79535-47bb-0310-9956-ffa450edef68
parent a840abb0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -921,9 +921,6 @@ static apr_status_t hc_watchdog_callback(int state, void *data,

        case AP_WATCHDOG_STATE_RUNNING:
            /* loop thru all workers */
            ap_log_error(APLOG_MARK, APLOG_TRACE5, 0, s,
                         "Run of %s watchdog.",
                         HCHECK_WATHCHDOG_NAME);
            if (s) {
                int i;
                conf = (proxy_server_conf *) ap_get_module_config(s->module_config, &proxy_module);