From: Yann Ylavic Date: Wed, 20 Feb 2019 21:30:16 +0000 (+0000) Subject: mod_proxy_hcheck: mute "run from watchdog" message. X-Git-Tag: 2.5.0-alpha2-ci-test-only~2134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ff4af5a01eff2010f45bc14c4adf22a99b820a7;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/proxy/mod_proxy_hcheck.c b/modules/proxy/mod_proxy_hcheck.c index 5a0265a6462..73c6b96b1eb 100644 --- a/modules/proxy/mod_proxy_hcheck.c +++ b/modules/proxy/mod_proxy_hcheck.c @@ -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);