Skip to content
Snippets Groups Projects
Commit c5290daa authored by ale's avatar ale
Browse files

fix setup_syslog import

parent 0ce0fc52
No related branches found
No related tags found
No related merge requests found
# Entry point for gunicorn and mod_wsgi. # Entry point for gunicorn and mod_wsgi.
import os import os
from sso_server import application, setup_syslog from sso_server import application
setup_syslog() application.setup_syslog()
app = application.create_app( app = application.create_app(
os.getenv('APP_CONFIG', '/etc/sso/config')) os.getenv('APP_CONFIG', '/etc/sso/config'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment