Add log JSON formatter
This commit is contained in:
parent
4750d1c5ef
commit
3c99928a27
27 changed files with 402 additions and 41 deletions
2
verbs.py
2
verbs.py
|
@ -6,7 +6,5 @@ from app import app as application
|
|||
|
||||
from endpoints.verbs import verbs
|
||||
|
||||
if os.environ.get('DEBUGLOG') == 'true':
|
||||
logging.config.fileConfig('conf/logging_debug.conf', disable_existing_loggers=False)
|
||||
|
||||
application.register_blueprint(verbs, url_prefix='/c1')
|
||||
|
|
Reference in a new issue