Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 463 Bytes

developer_oneliners.md

File metadata and controls

22 lines (12 loc) · 463 Bytes

Developer one-liners

Note: Instructions based on Ubuntu 14.04 server

Logging

Nginx

Log files are usually found from

/var/log/nginx/

uWSGI

uWSGI logging path is defined in uwsgi.ini. If deployed as instructed in log file can be found from

/var/www/myDataAccount/mydata-sdk/Account/uwsgi.log

If logging to file is enabled in Flask Application's config file log can be found from

/var/www/myDataAccount/mydata-sdk/Account/logs