feat: Add optional http logging in production (#2183)

* feat: Add optional http logging in production
closes #2174

* Update app.js
This commit is contained in:
Tom Moor
2021-06-05 15:19:54 -07:00
committed by GitHub
parent f517a2cecb
commit 5c7f2cf164
4 changed files with 19 additions and 17 deletions

View File

@@ -101,7 +101,7 @@ MAXIMUM_IMPORT_SIZE=5120000
# You may enable or disable debugging categories to increase the noisiness of
# logs. The default is a good balance
DEBUG=cache,presenters,events,emails,mailer,utils,multiplayer,server,services
DEBUG=cache,presenters,events,emails,mailer,utils,http,server,services
# Comma separated list of domains to be allowed to signin to the wiki. If not
# set, all domains are allowed by default when using Google OAuth to signin