When I run a console application as a WebJob in Windows Azure, after few lines of log it adds a warning:
[05/06/2014 09:42:40 > 21026c: WARN] Reached maximum allowed output lines for this run, to see all of the job's logs you can enable website application diagnostics
And stops logging. I was going through all the settings in my Website with "BASIC" hosting plan but I was unable to find anything that would fix this issue.
How can I enable full webJob logs?