-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nginx, Django and uwsgi logging in /opt/django/media #99
Comments
At the time of writing, This will also be true of forthcoming Nginx logs, so need to consider how can docker/client_nginx.conf and docker/client_uwsgi.ini respond to their operating environment? Finally, also consider security implications if changing the log file permissions for |
Discovered the following for Django logging although it only has down to Can be appended to, for example,
https://www.freecodecamp.org/news/logging-in-python-debug-your-django-projects/ |
Could also avoid logging in uwsgi/apache/etc of any requests arriving from |
@flawmop what's the purpose of the ap-nimbus branch? Wouldn't it make more sense to will thill the cahnges make it to master in the client and then just catch up? |
Gotta keep the documentation up-to-date! :) |
aah yes of course there is that :) |
In-container
/opt/django/media/
doesn't seem to be the best place to be writing the Nginx and uwsgi log files, even though it's convenient if that location is being used as a docker volume.For in-container development it may be a bit misleading that
/var/log/nginx/
and/var/log/uwsgi/
exist but are not written to by default.The text was updated successfully, but these errors were encountered: