I've a continuous Azure Web Job running. However, after a few lines of log it throws following warning and stops logging.
[WARN] Reached maximum allowed output lines for this run, to see all of the job's logs you can enable App Service Logs option in the Portal.
I've changed the configs at App Service logs as per the attached screenshot and restarted the job, with no success.

I was not able to resolve it with FileSystem storage. However, Blob storage helped here and I was able to find the logs in my storage account.