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

Configuration asciidoc macro migration #8745

Merged
merged 2 commits into from
Feb 24, 2023
Merged
Show file tree
Hide file tree
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
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