Skip to content

Commit

Permalink
[WFCORE-6830] Adjust the DEBUG message to indicate this is about conn…
Browse files Browse the repository at this point in the history
…ection constraints for the HTTP management API.
  • Loading branch information
darranl committed Sep 18, 2024
1 parent 6486a31 commit 10702fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ private static ManagementHttpServer create(Builder builder) {
}
}

ROOT_LOGGER.debugf("Resource Constraints backlog=%d, noRequestTimeout=%d, connectionHighWater=%d, connectionLowWater=%d",
ROOT_LOGGER.debugf("Concurrent Connection Limits - backlog=%d, noRequestTimeout=%d, connectionHighWater=%d, connectionLowWater=%d",
builder.backlog, builder.noRequestTimeout, builder.connectionHighWater, builder.connectionLowWater);

final OptionMap undertowOptions;
Expand Down

0 comments on commit 10702fb

Please sign in to comment.