Skip to content

Commit 73f9608

Browse files
traskmrbullwinkle
andauthored
Apply suggestions from code review
Co-Authored-By: Michael Bullwinkle <[email protected]>
1 parent 46b8d8e commit 73f9608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/app/java-trace-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: mbullwin
1818
# Explore Java trace logs in Application Insights
1919
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.
2020

21-
## Note: if you are using the Application Insights Java agent
21+
## Using the Application Insights Java agent
2222

2323
You can configure the Application Insights Java agent to automatically capture your logs,
2424
by enabling the feature in the `AI-Agent.xml` file:
@@ -35,7 +35,7 @@ by enabling the feature in the `AI-Agent.xml` file:
3535
</ApplicationInsightsAgent>
3636
```
3737

38-
Otherwise...
38+
Alternatively, you can follow the instructions below.
3939

4040
## Install the Java SDK
4141

0 commit comments

Comments
 (0)