From f58ec0af6c58cf867d5b028b81809fe7411cdbb6 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Mon, 28 Oct 2019 19:38:45 -0600 Subject: [PATCH] Forgot to remove log handler --- v2:-Documentation.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/v2:-Documentation.md b/v2:-Documentation.md index 8b13453..ee40507 100644 --- a/v2:-Documentation.md +++ b/v2:-Documentation.md @@ -79,7 +79,6 @@ This page describes how to use Caddy 2, which is a work-in-progress on the [v2 b - [http/servers/handle](#httpservershandle) - Middleware (non-terminating handlers): - [http.handlers.headers](#httphandlersheaders) - - [http.handlers.log](#httphandlerslog) - [http.handlers.rewrite](#httphandlersrewrite) - [http.handlers.markdown](#httphandlersmarkdown) - [http.handlers.authentication](#httphandlersauthentication) @@ -1596,20 +1595,6 @@ Response header operations can be conditioned upon response status code and/or o - `response.require.headers`: Apply response header changes if the given response headers have the given value(s). -##### http.handlers.log - -Logs the HTTP request. - -```json -{ - "handler": "log", - "logger_name": "" -} -``` - -- `logger_name`: An optional name to give this logger. By default, each Caddy module has its own logger named the same as its module. This name will be appended to this logger which can be used to differentiate it from other log handlers, which is useful when including or excluding loggers from specific logs you have defined. - - ##### http.handlers.rewrite Changes the request's URI or method. May also optionally issue a redirect for convenience if the URI is changed.