Skip to content

Commit

Permalink
Add UseHttpLogging option in compose file.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Dec 27, 2024
1 parent 047f06b commit 7c0a083
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ services:
# Set the minimum level for logs sent to OTLP exporter and/or Azure Monitor.
ControlR_Logging__LogLevel__Default: Information

# Set the minimum log level for Serilog provider.
ControlR_Serilog__MinimumLevel__Default: Information
# Whether to add HTTP logging services.
# https://learn.microsoft.com/en-us/aspnet/core/fundamentals/http-logging
ControlR_AppOptions__UseHttpLogging: false

# The Gateway IP here must match the IP address in the above controlr network gateway.
ControlR_AppOptions__DockerGatewayIp: 172.29.0.1
Expand Down

0 comments on commit 7c0a083

Please sign in to comment.