Forums

no log at all (access/error/server) for Django 1.9 running on python 3.5

hello,

I have started a new web app with Django + DRF on python 3.5. The app is running fine but I can't see anything in the logs (access/error/server). Doing a 'ls -l /var/log' shows indeed empty files for this webapp.

Do I need to enable something to make the logs work again ?

Sebastien

Hi Sebastien,

I see that you have 3 webapps. They seem to have stuff in the access logs and the server logs, and some have stuff in the error log. It may take a couple minutes for the logs to show up. Our log servers are under a bit a load right now- working to resolve this.

Also- noticed that you are using python2.7 virtualenvs for python3, which will likely break things.