gohttp/config.json

29 lines
562 B
JSON

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