.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

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -