Azure Function Log Stream Does Not Load (stuck on loading screen)

FA 10 Reputation points
2024-04-30T14:46:25.8466667+00:00

Hello,

I have been trying to debug something with my deployed function app, but the issue is that the page just won't load. I see a circle, but this just keeps going in an endless loop. I followed the question here:
https://learn.microsoft.com/en-us/answers/questions/1379894/azure-function-log-stream-not-loading

I followed the steps listed. I have the same issue. The logs are indeed being recorded, but I just can't access the log page directly through Monitoring --> Log Stream.

I can issue the logs through "Plan 2" (go to HTTP trigger --> Monitor --> Logs, but the problem is these logs are somehow not logging the logger.INFO statements I put in the code? It's just logging things like 'Executed Function App' and 'Sending Invocation ID' logs. The direct Monitoring --> Log Stream would log my logger.INFO statements, and it was working a week ago when I tested it, but this one isn't.

Thanks

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,350 questions
{count} vote