.net - Where do I see log entries in Application Insights? -
i got application insights , running asp.net application. then, installed microsoft.applicationinsights.nlogtarget package , added applicationinsightstarget
nlog configuration. seems working fine. @ least can see outgoing requests dc.services.visualstudio.com:443
. now, on azure portal see log entries? application insights -> activity log page empty.
update: issue thought regular nlog messages should appear in terms of event category, i.e. info, warn, etc. reality nlog messages went trace entries in application insights. kind of disappointing.
i have tested microsoft.applicationinsights.nlogtarget on local , trace information in application insights. can information via click your application insigths -> overview -> search, following screenshot.
for how use nlog in application insights, please read this article.
Comments
Post a Comment