mirror of
https://github.com/Ysurac/openmptcprouter-vps-admin.git
synced 2025-03-09 15:40:05 +00:00
Remove debug log
This commit is contained in:
parent
1744377140
commit
9f69540b62
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ from enum import Enum
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
log = logging.getLogger('api')
|
log = logging.getLogger('api')
|
||||||
#log.setLevel(logging.ERROR)
|
log.setLevel(logging.ERROR)
|
||||||
log.setLevel(logging.DEBUG)
|
#log.setLevel(logging.DEBUG)
|
||||||
|
|
||||||
# Generate a random secret key
|
# Generate a random secret key
|
||||||
SECRET_KEY = uuid.uuid4().hex
|
SECRET_KEY = uuid.uuid4().hex
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue