Skip to content

Commit 0fbfc8c

Browse files
author
Christopher Frost
committed
Update access logging documentation
Minor changes to the documentation to make it clearer what the configuration options and values are for access logging with Tomcat. [#80898232]
1 parent a2161cf commit 0fbfc8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/container-tomcat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The container can be configured by modifying the [`config/tomcat.yml`][] file in
2727
| `logging_support.version` | The version of Tomcat Logging Support to use. Candidate versions can be found in [this listing](http://download.pivotal.io.s3.amazonaws.com/tomcat-logging-support/index.yml).
2828
| `access_logging_support.repository_root` | The URL of the Tomcat Access Logging Support repository index ([details][repositories]).
2929
| `access_logging_support.version` | The version of Tomcat Access Logging Support to use. Candidate versions can be found in [this listing](http://download.pivotal.io.s3.amazonaws.com/tomcat-access-logging-support/index.yml).
30-
| `access_logging` | Set to 'enabled' to turn on the access logging support. Default is 'disabled'.
30+
| `access_logging_support.access_logging` | Set to `enabled` to turn on the access logging support. Default is `disabled`.
3131
| `redis_store.connection_pool_size` | The Redis connection pool size. Note that this is per-instance, not per-application.
3232
| `redis_store.database` | The Redis database to connect to.
3333
| `redis_store.repository_root` | The URL of the Redis Store repository index ([details][repositories]).

0 commit comments

Comments
 (0)