1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps-admin.git synced 2025-02-14 19:41:52 +00:00

Remove debug log

This commit is contained in:
Ycarus 2020-02-24 12:19:42 +01:00
parent 1744377140
commit 9f69540b62

View file

@ -37,8 +37,8 @@ from enum import Enum
import logging
log = logging.getLogger('api')
#log.setLevel(logging.ERROR)
log.setLevel(logging.DEBUG)
log.setLevel(logging.ERROR)
#log.setLevel(logging.DEBUG)
# Generate a random secret key
SECRET_KEY = uuid.uuid4().hex