summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-11-14 12:13:43 +0100
committerGitHub2018-11-14 12:13:43 +0100
commitf9aa001ee78e604415c2a6e82f65701a1f07d3c4 (patch)
tree9e6a3565806a5685ccd08d7060e4a8d5e1bd164b /config.json.example
parentfc49326b947dcd11eddae2b0f79b76a4136e1f00 (diff)
parentc3584770f24205d84b9399abd9535cb27dc7b00c (diff)
Merge pull request #1055 from SISheogorath/upgrade/winston
Upgrade winston / refactor logging
Diffstat (limited to '')
-rw-r--r--config.json.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example
index 16c95509..8965add2 100644
--- a/config.json.example
+++ b/config.json.example
@@ -6,6 +6,7 @@
}
},
"development": {
+ "loglevel": "debug",
"hsts": {
"enable": false
},
@@ -16,6 +17,7 @@
},
"production": {
"domain": "localhost",
+ "loglevel": "info"
"hsts": {
"enable": true,
"maxAgeSeconds": "31536000",