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

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 28: Line 28:
=Configurable Attributes=
=Configurable Attributes=


* <tt>pattern</tt> (default value is "common")
==pattern==
 
The default value is "common".
 
 
* <tt>worker</tt> (default value is "default")
* <tt>worker</tt> (default value is "default")
* <tt>directory</tt> (default value is "${jboss.server.log.dir}")
* <tt>directory</tt> (default value is "${jboss.server.log.dir}")

Revision as of 18:48, 20 January 2016

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

The 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