Undertow WildFly Subsystem Configuration - access-log
Jump to navigation
Jump to search
Internal
Overview
<subsystem xmlns="urn:jboss:domain:undertow:3.0"> ... <server name="default-server"> ... <host name="default-host" alias="localhost"> <location name="/" .../> <access-log/> ... </host> </server> <servlet-container .../> ... </subsystem>
Configurable Attributes
- pattern (default value is "common")
- worker (default value is "default")
- directory (default value is "${jboss.server.log.dir}")
- relative-to
- prefix (default value is "access_log")
- suffix (default value is ".log")
- rotate (default value is "true")
- use-server-log (default value is "false")
- extended (default value is "false")
- predicate