I recently discovered that there was log4j extension for application insights. So following the example online I attempted to configure application insights and log4j to log items from my servlets living in an azure hosted tomcat.
Well, the example seems very incomplete as it never makes mention of the key at all. From looking through the source I see an example (test?) that uses <param>
within the log4j.xml but not much explanation of how to use or debug the actual logger.
Does anyone out there have any pointers on how to actually use/implement the ApplicationInsightsAppender for log4j?
Here's the source on github https://github.com/Microsoft/ApplicationInsights-Java