caddy/modules/caddyhttp/reverseproxy
Matt Holt 3a3182fba3
reverseproxy: Add more debug logs (#5793)
* reverseproxy: Add more debug logs

This makes debug logging very noisy when reverse proxying, but I guess
that's the point.

This has shown to be useful in troubleshooting infrastructure issues.

* Update modules/caddyhttp/reverseproxy/streaming.go

Co-authored-by: Francis Lavoie <lavofr@gmail.com>

* Update modules/caddyhttp/reverseproxy/streaming.go

Co-authored-by: Francis Lavoie <lavofr@gmail.com>

* Add opt-in `trace_logs` option

* Rename to VerboseLogs

---------

Co-authored-by: Francis Lavoie <lavofr@gmail.com>
2023-10-11 13:36:20 -06:00
..
fastcgi ci: use gci linter (#5708) 2023-08-14 09:41:15 -06:00
forwardauth caddyfile: Stricter parsing, error for brace on new line (#5505) 2023-04-20 18:43:51 +00:00
addresses.go ci: Use gofumpt to format code (#5707) 2023-08-07 19:40:31 +00:00
addresses_test.go reverseproxy: do not parse upstream address too early if it contains replaceble parts (#5695) 2023-08-05 23:30:02 +02:00
admin.go chore: Bump up to Go 1.19, minimum 1.18 (#4925) 2022-08-02 16:39:09 -04:00
ascii.go reverseproxy: Sync up `handleUpgradeResponse` with stdlib (#4664) 2022-04-11 12:49:56 -06:00
ascii_test.go reverseproxy: Sync up `handleUpgradeResponse` with stdlib (#4664) 2022-04-11 12:49:56 -06:00
caddyfile.go reverseproxy: Add more debug logs (#5793) 2023-10-11 13:36:20 -06:00
command.go ci: use gci linter (#5708) 2023-08-14 09:41:15 -06:00
copyresponse.go reverseproxy: Fix double headers in response handlers (#4847) 2022-06-22 15:10:14 -04:00
healthchecks.go reverseproxy: Replace health header placeholders (#5861) 2023-10-11 09:50:28 -06:00
hosts.go reverseproxy: Pointer receiver 2023-07-08 13:42:51 -06:00
httptransport.go chore: Appease gosec linter (#5777) 2023-08-23 20:47:54 -06:00
metrics.go reverseproxy: Fix reinitialize upstream healthy metrics (#5498) 2023-04-25 09:59:26 -06:00
reverseproxy.go reverseproxy: Add more debug logs (#5793) 2023-10-11 13:36:20 -06:00
selectionpolicies.go reverseproxy: Fix `least_conn` policy regression (#5862) 2023-10-11 16:04:28 +00:00
selectionpolicies_test.go reverseproxy: weighted_round_robin load balancing policy (#5579) 2023-06-20 11:42:58 -06:00
streaming.go reverseproxy: Add more debug logs (#5793) 2023-10-11 13:36:20 -06:00
streaming_test.go reverseproxy: Add more debug logs (#5793) 2023-10-11 13:36:20 -06:00
upstreams.go reverseproxy: Add logging for dynamic A upstreams (#5857) 2023-10-11 09:50:44 -06:00