Skip to content

Commit

Permalink
Merge pull request #6025 from OpenLiberty/5827-http-list
Browse files Browse the repository at this point in the history
fix headings
  • Loading branch information
ramkumar-k-9286 authored Nov 18, 2022
2 parents f13c183 + 046d171 commit 209f7f3
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 209f7f3

Please sign in to comment.