Upgrade winston

Our log library got a new major version which should be implemented.

That's exactly what this patch does. Implementing the new version of the
logging library.

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
Sheogorath
2018-11-13 23:29:33 +01:00
parent 54d3d930cf
commit c3584770f2
7 changed files with 25 additions and 17 deletions

View File

@@ -6,6 +6,7 @@
}
},
"development": {
"loglevel": "debug",
"hsts": {
"enable": false
},
@@ -16,6 +17,7 @@
},
"production": {
"domain": "localhost",
"loglevel": "info"
"hsts": {
"enable": true,
"maxAgeSeconds": "31536000",