amazon-linux-2

AWS Elastic Beanstalk logging with python (django)

AWS Elastic Beanstalk logging with python (django) Question: How do you manage your application logs in AWS elastic beanstalk? Which file you write you application logs to? I’m using the following Logging configuration in my development environment but this doesn’t work when I deploy in AWS. DEBUG_LOG_DIR = BASE_DIR + "/django_debug.log" LOGGING = { ‘version’: …

Total answers: 7