]
Jan Stefl updated WFLY-7903:
----------------------------
Tester: Jan Kašík (was: Bogdan Sikora)
Requests which are being proxied are not logged in access log
-------------------------------------------------------------
Key: WFLY-7903
URL:
https://issues.jboss.org/browse/WFLY-7903
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Reporter: Stuart Douglas
Assignee: Stuart Douglas
Fix For: 11.0.0.Alpha1
If I defined undertow as proxy (with mod_cluster filter), and enable access-log then for
requests against proxy which are at the end handled by one of the workers are not logged
in access log.
There are logged only requests which are being directly handled by balancer (and not the
one balanced to workers)
I believe that with enabled access log on balancer all requests should be logged.