summaryrefslogtreecommitdiffstats
path: root/container-accesslogging
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2018-09-20 09:01:02 +0000
committergjoranv <gv@oath.com>2019-01-21 15:09:22 +0100
commit124cc055a816358de4716c7ec35c1dbcc8bbe81a (patch)
tree4717208296a2fac4712db41f950b4256fa8febe8 /container-accesslogging
parentce684e32f08ed2a31db9e0e8853210206627db6a (diff)
Remove unused config settings.
Diffstat (limited to 'container-accesslogging')
-rw-r--r--container-accesslogging/src/main/resources/configdefinitions/access-log.def18
1 files changed, 0 insertions, 18 deletions
diff --git a/container-accesslogging/src/main/resources/configdefinitions/access-log.def b/container-accesslogging/src/main/resources/configdefinitions/access-log.def
index 9df9299ae19..755f7968e2e 100644
--- a/container-accesslogging/src/main/resources/configdefinitions/access-log.def
+++ b/container-accesslogging/src/main/resources/configdefinitions/access-log.def
@@ -9,24 +9,6 @@ fileHandler.pattern string
# Could just configure "every N minutes" instead
fileHandler.rotation string default="0 60 ..."
-# TODO remove in Vespa 7, always use DATE
-#
-# Defines how file rotation is done. There are two options:
-#
-# DATE:
-# The active log file is given the name resulting from pattern (but in this case "pattern" must yield a
-# time-dependent name. In addition, a symlink is created pointing to the newest file.
-# The symlink is given the name of the symlink parameter (or the name of this service
-# if no parameter is given.
-#
-# SEQUENCE:
-# The active log file is given the name
-# defined by "pattern" (which in this case will likely just be a constant string).
-# At rotation, this file is given the name pattern.N where N is 1 + the largest integer found by
-# extracting the integers from all files ending by .Integer in the same directory
-#
-fileHandler.rotateScheme enum {DATE, SEQUENCE} default=DATE
-
# Use this as the name of the symlink created pointing to the newest file in the "date" naming scheme.
# This is ignored if the sequence naming scheme is used.
fileHandler.symlink string default=""