Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix headings #6025

Merged
merged 1 commit into from
Nov 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/ROOT/pages/access-logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you do not specify attributes, the defaults are used. To see a list of the de

You can configure HTTP access log settings either for multiple endpoints that share common log settings or for individual endpoints.

Settings for a common log::
=== Settings for a common log
To enable logging for multiple endpoints with common settings, include `httpAccessLogging` as a top-level element in your `server.xml` file. Reference this element from multiple `httpEndpoint` elements, as shown in the following example.

[source,xml]
Expand All @@ -29,7 +29,7 @@ To enable logging for multiple endpoints with common settings, include `httpAcce
<httpEndpoint id="otherHttpEndpoint" accessLoggingRef="accessLogging" httpPort="9081" httpsPort="9444"/>
----

Settings for distinct logs for each endpoint::
=== Settings for distinct logs for each endpoint
To enable logging for individual endpoints, use an `accessLogging` child element and specify a file path that does not conflict with other logs, as shown in the following example.

[source,xml]
Expand Down