Add engineio logging config option

This commit is contained in:
Jeremy Zhang
2018-02-22 01:49:08 +00:00
parent 19a44cb77b
commit bb4bf70fb1
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ config = {
'database-uri': "driver://username:password@host:port/database",
'redis-uri': "redis://",
'websockets-mode': "LITTERALLY None or eventlet or gevent",
'engineio-logging': False,
# https://titanembeds.com/api/webhook/discordbotsorg/vote/<secret here>
'discordbotsorg-webhook-secret': "Secret appended to the discord bots hook url",