Add support for configuring Undertow's access log via the environment

This commit adds support for configuring Undertow's access log via the
environment using the following properties:

server.undertow.access-log-enabled
server.undertow.access-log-pattern
server.undertow.access-log-dir

See gh-3014
This commit is contained in:
Marcos Barbero
2015-05-19 16:18:10 -03:00
committed by Andy Wilkinson
parent 3eb5c348fb
commit 90e43737bb
5 changed files with 144 additions and 14 deletions

View File

@@ -0,0 +1,2 @@
server.undertow.access-log-enabled=true
server.undertow.access-log-pattern=combined