aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/configdefinitions/container.logging.connection-log.def
blob: 0d58684538a7c859bfec75203df092a84ad557e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=container.logging

# Name of the cluster
cluster             string

# Log directory name
logDirectoryName string default="qrs"

# Max queue length of file handler
queueSize int default=10000

# Buffer size for the output stream has a default of 256k
bufferSize int default=262144

# In hosted Vespa we do not use the clusterId in file names for application containers
useClusterIdInFileName bool default=true