18 lines
320 B
JSON
18 lines
320 B
JSON
|
{
|
||
|
"logging" :{
|
||
|
"appenders": {
|
||
|
"out" :{
|
||
|
"type": "console"
|
||
|
}
|
||
|
},
|
||
|
"categories": {
|
||
|
"default": {
|
||
|
"appenders": [ "out" ],
|
||
|
"level": "debug"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"admin" : {
|
||
|
"port" : 8088
|
||
|
}
|
||
|
}
|