aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-01-11 17:12:05 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-01-11 17:17:11 +0100
commit50f8720f85172080d188f086d9b57074fd6d7a1b (patch)
treedcc28f3c2a92d1958c03733534509c0e49e71a4b /jdisc_http_service/src
parentbd9d35c912d4c08c8e73b876348278fa968eceaa (diff)
Move access log definition to separate module
Config defintion must be embedded into container-core as the generated Java config class uses package 'com.yahoo.container.core'.
Diffstat (limited to 'jdisc_http_service/src')
-rw-r--r--jdisc_http_service/src/main/resources/configdefinitions/container.core.access-log.def17
1 files changed, 0 insertions, 17 deletions
diff --git a/jdisc_http_service/src/main/resources/configdefinitions/container.core.access-log.def b/jdisc_http_service/src/main/resources/configdefinitions/container.core.access-log.def
deleted file mode 100644
index 788fadcdf90..00000000000
--- a/jdisc_http_service/src/main/resources/configdefinitions/container.core.access-log.def
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-namespace=container.core
-
-# File name patterns supporting the expected time variables, e.g. ".%Y%m%d%H%M%S"
-fileHandler.pattern string
-
-# When should rotation happen, in minutes after midnight
-# Does this really need to be configurable?
-# Could just configure "every N minutes" instead
-fileHandler.rotation string default="0 60 ..."
-
-# 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=""
-
-# compress the previous access log after rotation
-fileHandler.compressOnRotation bool default=true