aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2016-10-18 07:03:51 +0100
committerGravatar Miek Gieben <miek@miek.nl> 2016-10-18 07:03:51 +0100
commita6b033a936d9f109c0c04b34abcd5cf0c60ecabc (patch)
treee0f14eb6169aab2781f468d91d4e21d20bcc7adc
parent7843a2bd91067dd405b0636afdd0a29669e92b22 (diff)
downloadcoredns-a6b033a936d9f109c0c04b34abcd5cf0c60ecabc.tar.gz
coredns-a6b033a936d9f109c0c04b34abcd5cf0c60ecabc.tar.zst
coredns-a6b033a936d9f109c0c04b34abcd5cf0c60ecabc.zip
We dont support log rotation anymore
-rw-r--r--middleware/errors/README.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/middleware/errors/README.md b/middleware/errors/README.md
index db1f87e4a..aa3b170af 100644
--- a/middleware/errors/README.md
+++ b/middleware/errors/README.md
@@ -16,8 +16,6 @@ errors [LOGFILE]
situations. The default is stderr. The above syntax will simply enable error reporting on the
server. To specify custom error pages, open a block:
-TODO(miek): check what is actually implemented and clean this up!
-
~~~
errors {
what where
@@ -40,15 +38,3 @@ Make errors visible to the client (for debugging only):
~~~
errors visible
~~~
-
-Maintain error log files automatically:
-
-~~~
-errors {
- log error.log {
- size 50 # Rotate after 50 MB
- age 30 # Keep rotated files for 30 days
- keep 5 # Keep at most 5 log files
- }
-}
-~~~