V10 - Logs when hosted on Azure.
# help-with-umbraco
s
Just occurred to me that I refer to the logs quite a lot. If I do a deployment to an Azure Web App deployment slot and swap guessing I lose the logs? If so - is there a away to store to an Azure Blob container / otherwise?
Looks like I need this: https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/logviewer/ Any tips from the trenches welcome though
k
If you need persistent logs, definitely configure Serilog to write to somewhere other than local files as in that guide. Not sure why they're moving saved searches to Azure, they should be fine in the database. Just relocate the logs themselves. Azure Table seems a bit overkill, just use a file location that is persistent or Azure Storage.
2 Views