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.
39 lines
756 B
39 lines
756 B
{
|
|
"file": [
|
|
{
|
|
"tags": "all"
|
|
}
|
|
],
|
|
"console": [
|
|
{
|
|
"tags": "error",
|
|
"stdstream": "stderr"
|
|
},
|
|
{
|
|
"tags": "warn",
|
|
"stdstream": "stdout"
|
|
},
|
|
{
|
|
"tags": "info",
|
|
"stdstream": "stdout"
|
|
},
|
|
{
|
|
"tags": "verbose",
|
|
"stdstream": "stdout"
|
|
},
|
|
{
|
|
"tags": [ "all", "log" ],
|
|
"stdstream": "stdout"
|
|
}
|
|
],
|
|
"http": [
|
|
{
|
|
"tags": "none",
|
|
"url": "https://localhost:8181",
|
|
"method": "POST",
|
|
"headers": {
|
|
"content-type": "application/json"
|
|
}
|
|
}
|
|
]
|
|
}
|