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:
@@ -6,6 +6,7 @@
|
||||
}
|
||||
},
|
||||
"development": {
|
||||
"loglevel": "debug",
|
||||
"hsts": {
|
||||
"enable": false
|
||||
},
|
||||
@@ -16,6 +17,7 @@
|
||||
},
|
||||
"production": {
|
||||
"domain": "localhost",
|
||||
"loglevel": "info"
|
||||
"hsts": {
|
||||
"enable": true,
|
||||
"maxAgeSeconds": "31536000",
|
||||
|
||||
Reference in New Issue
Block a user