How can we integrate to see logs of our .net core API application in deployed Azure kubernates cluster container insights. what are all the code changes to be done to see errors and exceptions in container insights.
I got to know that WriteTo.Console() , console logs will be directly captured in runtime by kubernates cluster. So, what changes need to be done in .net core API application.