sample uWSGI logging
- added source identifier to application logs - added toy NGINX/uWSGI setup in sample directory
This commit is contained in:
2
sample-config/Procfile
Normal file
2
sample-config/Procfile
Normal file
@@ -0,0 +1,2 @@
|
||||
uwsgi: LOG_JSON=true DEBUG=false uwsgi --ini sample-config/uwsgi.ini
|
||||
nginx: nginx -c $(pwd)/sample-config/nginx.conf
|
||||
Reference in New Issue
Block a user