djangopython-zappa

Is logging available for Zappa Lambda hosted Django sites?


I'm looking at moving a personal site from Heroku to Lambda using Zappa. Will persistent logs be available once I've deployed using Zappa? I've seen the Zappa tailing logs command but I'm talking about persistent logs.


Solution

  • Lambda functions by default log to CloudWatch, and the Zappa tail command merely reads from that CloudWatch stream. Yes, your logs will be persistent (as persistent as you configure them to be).