You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
This PR modifies the Squid proxy configuration to redirect access logs to standard output instead of writing to a file within the container.
## Changes
- Changed `access_log` configuration from `stdio:/var/log/squid/access.log` to `stdio:/dev/stdout`
- Applied to both egress and ingress proxy configurations in `pkg/container/docker/squid.go`
## Benefits
- Access logs are now properly captured by container logging systems
- Logs are accessible through standard Docker/Podman log commands
- Better integration with container orchestration platforms
- Follows container best practices for logging
Co-authored-by: Don Browne <[email protected]>
0 commit comments