You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/java-trace-logs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ ms.author: mbullwin
18
18
# Explore Java trace logs in Application Insights
19
19
If you're using Logback or Log4J (v1.2 or v2.0) for tracing, you can have your trace logs sent automatically to Application Insights where you can explore and search on them.
20
20
21
-
## Note: if you are using the Application Insights Java agent
21
+
## Using the Application Insights Java agent
22
22
23
23
You can configure the Application Insights Java agent to automatically capture your logs,
24
24
by enabling the feature in the `AI-Agent.xml` file:
@@ -35,7 +35,7 @@ by enabling the feature in the `AI-Agent.xml` file:
35
35
</ApplicationInsightsAgent>
36
36
```
37
37
38
-
Otherwise...
38
+
Alternatively, you can follow the instructions below.
0 commit comments