-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcaliper.yaml
39 lines (39 loc) · 867 Bytes
/
caliper.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
caliper:
benchconfig: ./benchmarks/myAssetBenchmark.yaml
networkconfig: ./networks/networkConfig.yaml
bind:
sut: fabric
report:
path: ./report.html
logging:
template: "%timestamp%%level%%module%%message%%metadata%"
formats:
timestamp: "YYYY.MM.DD-HH:mm:ss.SSS ZZ"
label: false
json: false
pad: true
align: false
attributeformat:
level: " %attribute%"
module: " [%attribute%] "
metadata: " (%attribute%)"
colorize:
all: true
colors:
info: green
error: red
warn: yellow
debug: grey
targets:
console:
target: console
enabled: true
options:
level: debug
file:
target: file
enabled: false
worker:
remote: false
communication:
method: process