aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/java/com/yahoo/vespa/config/server/configdefs/spooler.def
blob: 2721af7e278199c8c5107ce549d0ea47c4759ad4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

# Which directory to find spool files in.
directory string default="/home/vespa/var/spool/vespa"

# If true, move successfully processed files to <directory>/success
keepsuccess bool default=false

# Trace level on error messages from messagebus
tracelevel int default=5

# Which parsers to use and config for each of them.
parsers[].classname string
parsers[].parameters[].key string
parsers[].parameters[].value string