summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/config/qr-logging.cfg
blob: 0847de467fe21a9e5089d070eac5037a82a49506 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
logger com.yahoo
speciallog[6]
speciallog[0].name QueryAccessLog
speciallog[0].type file
speciallog[0].filehandler.name QueryAccessLog
speciallog[0].filehandler.pattern ./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 ./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 ./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 ./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 ./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 ./ServiceTraceLog.%Y%m%d%H%M%S
speciallog[5].filehandler.rotation 0 60 ...
speciallog[5].cachehandler.name ServiceTraceLog
speciallog[5].cachehandler.size 1000