Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does Azure logging disable itself every 12 hours?

Tags:

logging

azure

Why does Azure have this ridiculous behavior ? If a customer encounters an error, I can't ask them to repeat it after I go turn the logging back on.

like image 632
Alex Marshall Avatar asked Oct 30 '22 22:10

Alex Marshall


1 Answers

That is true when you are using the default filesystem for logging. If you set up a storage account and then enable logging you can choose if the logs are sent to the file system or storage.

Take a look at this article under How to Enable Diagnostics

https://azure.microsoft.com/en-us/documentation/articles/web-sites-enable-diagnostic-log/

like image 170
jdruid Avatar answered Nov 15 '22 05:11

jdruid