You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
246 B
14 lines
246 B
{
|
|
"active": true,
|
|
"sync": true,
|
|
"scopes" : [
|
|
{"scope": "global", "level": "debug"},
|
|
{"scope": "command", "level": "debug"}
|
|
],
|
|
"dispatchers": [
|
|
{"type": "network", "option":"127.0.0.1:12345"}
|
|
],
|
|
"options": {
|
|
"provider": "json"
|
|
}
|
|
}
|
|
|