Azure how to enable full WebJob logs -


When I run the console application as a WebJob in Windows Azure, it adds a warning after some lines of log :

[05/06/2014 09:42:40 & gt; 21026c: Warning] reached the maximum allowable output lines for this run, you can enable website application diagnostics to see all job logs

and prevents logging. With the Basic hosting plan I was going through all the settings in my website but I was unable to find anything that could fix the issue.

How do I enable full weblog log?

The way to enable full (continuous) WebJobs log is actually in error message: Enable the Website Application Diagnostics , you can do it via the Ezoor Portal on the Configure tab of the website, so you can go to the file system (or for only 12 hours), Table Storage or Blob Storage You can set the application log.

Once enabled, full log of WebJobs will go to selected storage.

More information about application diagnostics for Ezur websites:


Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -