Skip to content
Snippets Groups Projects
Commit e54e0cd2 authored by Felix Chadwick-Smith's avatar Felix Chadwick-Smith
Browse files

added import logging etc to wsgi.pY

parent 51f8fac8
Branches
No related tags found
1 merge request!5Master
import sys
import logging
logging.basicConfig(stream=sys.stderr)
from app import app as application
if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment