summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-09-21 12:37:16 +0200
committergjoranv <gv@oath.com>2019-01-21 15:09:22 +0100
commitbe6b0026a8b54c02244bc73382096dc9ed41b27a (patch)
tree79aff53f6a0edc84bc51c175f5f2734a6b528a6e /config
parentc40265a5a0f399bc2e9a12025d0124edec7d0bf8 (diff)
Remove unused qr-logging.def
Diffstat (limited to 'config')
-rwxr-xr-xconfig/src/test/java/com/yahoo/vespa/config/configsglobal/qr-logging.cfg44
1 files changed, 0 insertions, 44 deletions
diff --git a/config/src/test/java/com/yahoo/vespa/config/configsglobal/qr-logging.cfg b/config/src/test/java/com/yahoo/vespa/config/configsglobal/qr-logging.cfg
deleted file mode 100755
index cc640619e3a..00000000000
--- a/config/src/test/java/com/yahoo/vespa/config/configsglobal/qr-logging.cfg
+++ /dev/null
@@ -1,44 +0,0 @@
-logger com.yahoo
-speciallog[6]
-speciallog[0].name QueryAccessLog
-speciallog[0].type file
-speciallog[0].filehandler.name QueryAccessLog
-speciallog[0].filehandler.pattern logs/vespa/qrs/QueryAccessLog.%Y%m%d%H%M%S
-speciallog[0].filehandler.rotation "0 60 ..."
-speciallog[0].cachehandler.name QueryAccessLog
-speciallog[0].cachehandler.size 1000
-speciallog[1].name QueryResultLog
-speciallog[1].type cache
-speciallog[1].filehandler.name QueryResultLog
-speciallog[1].filehandler.pattern logs/vespa/qrs/QueryResultLog.%Y%m%d%H%M%S
-speciallog[1].filehandler.rotation "0 60 ..."
-speciallog[1].cachehandler.name QueryResultLog
-speciallog[1].cachehandler.size 1000
-speciallog[2].name ResultImpressionLog
-speciallog[2].type file
-speciallog[2].filehandler.name ResultImpressionLog
-speciallog[2].filehandler.pattern logs/vespa/qrs/ResultImpressionLog.%Y%m%d%H%M%S
-speciallog[2].filehandler.rotation "0 60 ..."
-speciallog[2].cachehandler.name ResultImpressionLog
-speciallog[2].cachehandler.size 1000
-speciallog[3].name ServiceEventLog
-speciallog[3].type cache
-speciallog[3].filehandler.name ServiceEventLog
-speciallog[3].filehandler.pattern logs/vespa/qrs/ServiceEventLog.%Y%m%d%H%M%S
-speciallog[3].filehandler.rotation "0 60 ..."
-speciallog[3].cachehandler.name ServiceEventLog
-speciallog[3].cachehandler.size 1000
-speciallog[4].name ServiceStatusLog
-speciallog[4].type off
-speciallog[4].filehandler.name ServiceStatusLog
-speciallog[4].filehandler.pattern logs/vespa/qrs/ServiceStatusLog.%Y%m%d%H%M%S
-speciallog[4].filehandler.rotation "0 60 ..."
-speciallog[4].cachehandler.name ServiceStatusLog
-speciallog[4].cachehandler.size 1000
-speciallog[5].name ServiceTraceLog
-speciallog[5].type parent
-speciallog[5].filehandler.name ServiceTraceLog
-speciallog[5].filehandler.pattern logs/vespa/qrs/ServiceTraceLog.%Y%m%d%H%M%S
-speciallog[5].filehandler.rotation "0 60 ..."
-speciallog[5].cachehandler.name ServiceTraceLog
-speciallog[5].cachehandler.size 1000