-
Notifications
You must be signed in to change notification settings - Fork 16
/
stout.conf
35 lines (34 loc) · 930 Bytes
/
stout.conf
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
{sinks,
[
% {api, stout_sink_binfile,
% #{
% filename => "log/api_%node%.blog",
% count => 30,
% size => 10485760
% }},
{console, stout_sink_console, #{}},
% {bv_gotsig, stout_sink_binfile, #{filename=>"log/bv_gotsig_%node%.log"}},
% {bin, stout_sink_binfile, #{filename=>"log/sink1_%node%.log"}},
{foruml, stout_sink_binfile,
#{
filename => "log/uml_%node%.blog",
count => 10,
size => 52428800
}
}
% {debug, stout_sink_file, #{filename=>"log/sdebug_%node%.log"}}
]
}.
{routing,
[
% {[ api_call ], api},
% {[ bv_gotsig ], bv_gotsig},
{any, foruml},
% {[ mkblock_done, bv_gotsig, bv_gotblock, bv_ready, mkblock_debug,
% accept_block, mkblock_process, sync_ticktimer, txqueue_prepare,
% got_new_block, sync_needed
% ], foruml},
{any, bin, []}
% {any, debug, []}
]
}.