summaryrefslogtreecommitdiffstats
path: root/container-accesslogging/src/main/resources/configdefinitions/container.core.access-log.def
diff options
context:
space:
mode:
Diffstat (limited to 'container-accesslogging/src/main/resources/configdefinitions/container.core.access-log.def')
-rw-r--r--container-accesslogging/src/main/resources/configdefinitions/container.core.access-log.def17
1 files changed, 17 insertions, 0 deletions
diff --git a/container-accesslogging/src/main/resources/configdefinitions/container.core.access-log.def b/container-accesslogging/src/main/resources/configdefinitions/container.core.access-log.def
new file mode 100644
index 00000000000..788fadcdf90
--- /dev/null
+++ b/container-accesslogging/src/main/resources/configdefinitions/container.core.access-log.def
@@ -0,0 +1,17 @@
+# 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