|
{
|
|
"logging": {
|
|
"appenders": {
|
|
"out": {
|
|
"type": "file",
|
|
"options": {
|
|
"file": "gohttpd.log"
|
|
}
|
|
},
|
|
"stdout": {
|
|
"type": "console"
|
|
}
|
|
},
|
|
"categories": {
|
|
"default": {
|
|
"appenders": [
|
|
"out",
|
|
"stdout"
|
|
],
|
|
"level": "debug"
|
|
}
|
|
}
|
|
},
|
|
"includs":"./include",
|
|
"servers": [
|
|
|
|
]
|
|
}
|