Skip to content

Commit 0702060

Browse files
authored
Merge pull request #115249 from MS-jgol/update-troubleshooting
Update log recommendation for Java
2 parents 4f06311 + 567fd56 commit 0702060

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/azure-monitor/app/asp-net-trace-logs.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,13 @@ You can, for example:
178178
179179
## Troubleshooting
180180
### How do I do this for Java?
181-
Use the [Java log adapters](../../azure-monitor/app/java-trace-logs.md).
181+
In Java codeless instrumentation (recommended) the logs are collected out of the box, use [Java 3.0 agent](https://docs.microsoft.com/azure/azure-monitor/app/java-in-process-agent).
182+
183+
If you are using the Java SDK, use the [Java log adapters](../../azure-monitor/app/java-trace-logs.md).
182184

183185
### There's no Application Insights option on the project context menu
184186
* Make sure that Developer Analytics Tools is installed on the development machine. At Visual Studio **Tools** > **Extensions and Updates**, look for **Developer Analytics Tools**. If it isn't on the **Installed** tab, open the **Online** tab and install it.
185-
* This might be a project type that Devloper Analytics Tools doesn't support. Use [manual installation](#manual-installation).
187+
* This might be a project type that Developer Analytics Tools doesn't support. Use [manual installation](#manual-installation).
186188

187189
### There's no log adapter option in the configuration tool
188190
* Install the logging framework first.

0 commit comments

Comments
 (0)