Skip to content

Commit

Permalink
doc: asciidoc macro migration follow-on from #8613, plus some extra c…
Browse files Browse the repository at this point in the history
…leanup (#8745)
  • Loading branch information
wetted authored Feb 24, 2023
1 parent 3adad00 commit 7091b4e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ $ mn create-app my-app --features config-consul

To enable distributed configuration make sure <<bootstrap>> is enabled and create a `src/main/resources/bootstrap.[yml/toml/properties]` file with the following configuration:

.bootstrap configuration
[configuration]
----
micronaut:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ micronaut:
enabled: true
max-connections: 50
----

- Limit maximum concurrent HTTP/1.1 connections
- `max-concurrent-http1-connections` limits the maximum concurrent HTTP/1.1 connections to 50.
- `pool` enables the pool and sets the maximum number of connections for it

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ micronaut:
- optionally specify a `logger-name`, which defaults to `HTTP_ACCESS_LOGGER`
- optionally specify a `log-format`, which defaults to the Common Log Format


==== Logback Configuration

In addition to enabling the access logger, you must add a logger for the specified or default logger name. For instance using the default logger name for logback:
Expand Down

0 comments on commit 7091b4e

Please sign in to comment.