https://dagster.io/ logo
#announcements
Title
# announcements
x

Xu Zhang

11/16/2020, 10:00 PM
Guys, im using Gunicorn to start the Flask app that Dagit created: the command i used is
Copy code
['/export/content/lid/apps/dagster-web/i001/bin/gunicorn', '--bind', 'localhost:5002', '--chdir', '/export/content/lid/apps/dagster-web/i001', '--pid', '/export/content/lid/apps/dagster-web/i001/logs/dagster-web.pid', '--name', 'dagster-web', '--config', '/export/content/lid/apps/dagster-web/i001/libexec/dagster-web_c0ef7b83c436eed3e1fde58bf84f5616e03c48d7605c710cc48b8158b3748442/site-packages/dagsterweb/gunicorn_conf.py', 'dagsterweb.webapp:app', '--access-logformat', '%(h)s %(p)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s" %(T)ss %(D)sus', '--log-config', '/export/content/lid/apps/dagster-web/i001/logs/gunicorn_logging.ini']
however, im seeing this error in the log: