Ahmed El Sayed
Ahmed El Sayed
Thank you so much for your message, Expected behavior Logs are not duplicated -> correct as a work around please can you use java.util logs instead of context.getLogger Logs are...
Thank you so much @tonto7973 and your explanation for duplication is correct. We are working on aligning these two experiences. Thank you for sharing the info.
@tonto7973 can you please also share your host.json file?
This issue for recent changes in host. It is just errors in the logs but the functionality is still working.
@anthonychu this Azure/azure-functions-host#4809 is not related. The function should still work. We may need to work with the host to not raise exception in this case as it can be...
@fabiocav Sounds good, We will triage it and will let you know if we need anything from host side. Thank you!
@gilmojoa Can you please share code example?
The issue that grp-java is overwhelmed by the number of the requests which cause the crash. Still investigating if the cause from host or from the java. @FunctionName("HttpTrigger-Java") public HttpResponseMessage...
Thank you for your message, we implemented new feature for better logging, instead of using the context logging. https://github.com/Azure/azure-functions-java-worker/wiki/Distributed-Tracing-for-Java-Azure-Functions https://docs.microsoft.com/en-us/azure/azure-monitor/app/monitor-functions
@joshfree should we move this issue to azure sdk? Thank you so much