Undertow WildFly Subsystem Configuration - access-log: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Undertow WildFly Subsystem Configuration")
 
No edit summary
Line 2: Line 2:


* [[Undertow WildFly Subsystem Configuration#access-log|Undertow WildFly Subsystem Configuration]]
* [[Undertow WildFly Subsystem Configuration#access-log|Undertow WildFly Subsystem Configuration]]
=Overview=
=Configurable Attributes=
* <tt>pattern</tt> (default value is "common")
* <tt>worker</tt> (default value is "default")
* <tt>directory</tt> (default value is "${jboss.server.log.dir}")
* <tt>relative-to</tt>
* <tt>prefix</tt> (default value is "access_log")
* <tt>suffix</tt> (default value is ".log")
* <tt>rotate</tt> (default value is "true")
* <tt>use-server-log</tt> (default value is "false")
* <tt>extended</tt> (default value is "false")
* <tt>predicate</tt>

Revision as of 18:44, 20 January 2016

Internal

Overview

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