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