Is it possible to support application logging for more than 12 hours for Azure Web App?
I have a deployment with Node.js that runs randomly in database connectivity issues that I cannot track because they only happen every 2 or 3 days. For debugging reasons, I would like to have log output for these problems, but I have not found a way to do this? Has anyone found a solution for this?
source
share