1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

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
This commit is contained in:
Yann Ylavic
2019-02-20 21:30:16 +00:00
parent 2ec2abe81e
commit 2ff4af5a01

View File

@@ -921,9 +921,6 @@ static apr_status_t hc_watchdog_callback(int state, void *data,
case AP_WATCHDOG_STATE_RUNNING: case AP_WATCHDOG_STATE_RUNNING:
/* loop thru all workers */ /* loop thru all workers */
ap_log_error(APLOG_MARK, APLOG_TRACE5, 0, s,
"Run of %s watchdog.",
HCHECK_WATHCHDOG_NAME);
if (s) { if (s) {
int i; int i;
conf = (proxy_server_conf *) ap_get_module_config(s->module_config, &proxy_module); conf = (proxy_server_conf *) ap_get_module_config(s->module_config, &proxy_module);