-
Notifications
You must be signed in to change notification settings - Fork 2
/
system.yaml
163 lines (162 loc) · 4 KB
/
system.yaml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
#
# Default configurations.
#
configVersion: 1
shared:
extraJavaOpts: "-Xms512m -Xmx2g"
security:
exposeApplicationHeaders: false
logging:
consoleLog:
enabled: true
format: "jftext"
rotation:
maxSizeMb: 50
maxFiles: 5
compress: true
node:
ip: 0.0.0.0
id: "jfrog-container-registry"
haEnabled: false
taskAffinity: any
database:
type: derby
frontend:
session:
timeMinutes: '30'
logging:
application:
level: info
rotation:
maxSizeMb: 50
maxFiles: 5
request:
rotation:
maxSizeMb: 50
maxFiles: 5
metadata:
logging:
application:
level: info
console: false
packages:
common:
#level: debug
daos:
#level: warn
rotation:
maxFiles: 5
maxSizeMb: 50
compress: true
request:
console: false
rotation:
maxFiles: 5
maxSizeMb: 50
compress: true
router:
logging:
application:
level: "info"
format: "jftext"
caller: false
console: false
rotation:
compress: true
maxSizeMb: 50
maxFiles: 5
traefik:
level: "info"
format: "jftext"
caller: false
console: false
rotation:
compress: true
maxSizeMb: 50
maxFiles: 5
request:
rotation:
compress: true
maxSizeMb: 50
maxFiles: 5
event:
logging:
application:
filePath: "event-service.log"
console: false
level: "info"
format: "jftext"
caller: false
packages:
events:
level: "info"
authorization:
level: warn
rotation:
compress: true
maxSizeMb: 50
maxFiles: 5
request:
console: false
rotation:
compress: true
maxSizeMb: 50
maxFiles: 5
metrics:
filePath: "event-metrics.log"
console: false
rotation:
compress: true
maxSizeMb: 50
maxFiles: 5
integration:
logging:
application:
filePath: "integration-service.log"
level: "info"
format: "jftext"
caller: false
console: false
rotation:
compress: true
maxSizeMb: 50
maxFiles: 5
request:
filePath: "integration-request.log"
console: false
rotation:
compress: true
maxSizeMb: 50
maxFiles: 5
metrics:
filePath: "integration-metrics.log"
console: false
rotation:
compress: true
maxSizeMb: 50
observability:
logging:
application:
filePath: "observability-service.log"
level: "info"
format: "jftext"
caller: false
console: false
rotation:
compress: true
maxSizeMb: 50
maxFiles: 5
request:
filePath: "observability-request.log"
console: false
rotation:
compress: true
maxSizeMb: 50
maxFiles: 5
metrics:
filePath: "observability-metrics.log"
console: false
rotation:
compress: true
maxSizeMb: 50
maxFiles: 5