caddy/modules/caddyhttp/reverseproxy
Matt Holt b00dfd3965
v2: Logging! (#2831)
* logging: Initial implementation

* logging: More encoder formats, better defaults

* logging: Fix repetition bug with FilterEncoder; add more presets

* logging: DiscardWriter; delete or no-op logs that discard their output

* logging: Add http.handlers.log module; enhance Replacer methods

The Replacer interface has new methods to customize how to handle empty
or unrecognized placeholders. Closes #2815.

* logging: Overhaul HTTP logging, fix bugs, improve filtering, etc.

* logging: General cleanup, begin transitioning to using new loggers

* Fixes after merge conflict
2019-10-28 14:39:37 -06:00
..
fastcgi v2: Logging! (#2831) 2019-10-28 14:39:37 -06:00
caddyfile.go reverse_proxy: Allow dynamic backends (closes #990 and #1539) 2019-10-11 14:25:39 -06:00
circuitbreaker.go reverse_proxy: Add local circuit breaker 2019-10-09 19:28:07 -06:00
command.go Add file-server and reverse-proxy subcommands 2019-10-03 16:00:41 -06:00
healthchecks.go reverse_proxy: Allow dynamic backends (closes #990 and #1539) 2019-10-11 14:25:39 -06:00
hosts.go reverse_proxy: Allow dynamic backends (closes #990 and #1539) 2019-10-11 14:25:39 -06:00
httptransport.go reverse_proxy: Customize SNI value in upstream request (closes #2483) 2019-10-10 17:17:06 -06:00
reverseproxy.go v2: Logging! (#2831) 2019-10-28 14:39:37 -06:00
selectionpolicies_test.go Migrate some selection policy tests over to v2 2019-09-09 21:44:58 -06:00
selectionpolicies.go Migrate some selection policy tests over to v2 2019-09-09 21:44:58 -06:00
streaming.go Some cleanup and godoc 2019-09-03 16:56:09 -06:00