We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d343c commit ff17c5bCopy full SHA for ff17c5b
os-eap-launch/added/launch/access_log_valve.sh
@@ -36,8 +36,9 @@ function configure() {
36
}
37
38
function configure_access_log_valve() {
39
- EAP6_VALVE="<valve name=\"accessLog\" module=\"org.jboss.openshift\" class-name=\"org.jboss.openshift.valves.StdoutAccessLogValve\">\n \
40
- <param param-name=\"pattern\" param-value=\"%h %l %u %t %{X-Forwarded-Host}i \"%r\" %s %b\" />\n \
+
+ EAP6_VALVE="<valve name=\"accessLog\" module=\"org.jboss.openshift\" class-name=\"org.jboss.openshift.valves.StdoutAccessLogValve\">\n \
41
+ <param param-name=\"pattern\" param-value=\"%h %l %u %t %{forwarded}i \"%r\" %s %b\" />\n \
42
</valve>"
43
44
EAP7x_VALVE="<access-log use-server-log=\"true\" pattern=\"%h %l %u %t %{i,X-Forwarded-Host} \"%r\" %s %b\"/>"
0 commit comments