change logger configuration

This commit is contained in:
Francesco Esposito 2019-02-22 11:36:48 +01:00
parent d81e3b7988
commit 2171b0bfa3
1 changed files with 3 additions and 3 deletions

View File

@ -17,9 +17,9 @@
} }
}, },
"logger": { "logger": {
"errorLogging": { "infoLogging": {
"filename": "error.log", "filename": "server.log",
"level": "error" "level": "info"
} }
} }
} }