-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write logs outside of WebApp #22
Comments
@andreasohlund after reviewing this, I'm questioning the traditional approach of writing a file. Anything written to Trace is captured by azure website/webjob. We can enable writing that into storage table. A new log file is created every hour (default setting). This is how it would look like in blob storage: Sample of captured blob (log file):
Content of file is:
Alternatively, we could capture this into storage table, but that would be a single table for all logs, which would make it less responsive to work with over time. I think we should not write our own files. |
You're the expert! :) On Wed, Apr 1, 2015 at 5:06 AM, Sean Feldman [email protected]
|
Into %home%\LogFiles that is used for all other logs by Azure
The text was updated successfully, but these errors were encountered: