.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. enter image description here

for how use nlog in application insights, please read this article.


Comments

Popular posts from this blog

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -