Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
directory | STRING | false | true | ${jboss.server.log.dir} | Directory in which to save logs |
extended | BOOLEAN | false | true | false | If the log uses the extended log file format |
pattern | STRING | false | false | common | The access log pattern. |
predicate | STRING | false | true | Predicate that determines if the request should be logged | |
prefix | STRING | false | true | access_log. | Prefix for the log file name. |
relative-to | STRING | false | true | The directory the path is relative to | |
rotate | BOOLEAN | false | true | true | Rotate the access log every day. |
suffix | STRING | false | true | log | Suffix for the log file name. |
use-server-log | BOOLEAN | false | true | false | If the log should be written to the server log, rather than a separate file. |
worker | STRING | false | false | default | Name of the worker to use for logging |