Skip to content

Commit d065abb

Browse files
committed
Update log recommendation for Java
1 parent 2454ce2 commit d065abb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,9 @@ 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.

0 commit comments

Comments
 (0)