Hi team, I have a web application deployed to tom...
# support
s
Hi team, I have a web application deployed to tomcat and am able to see the exceptions and trace by following https://signoz.io/docs/instrumentation/tomcat/. But when I click on
Go to related logs
I am not getting any logs. All the logs in the logs tab seem to be related to Signoz. How can I make it such that all the server logs are pushed to Signoz and I can see the related logs whenever I click on a trace ?
v
@nitya-signoz
n
Please check out this once https://signoz.io/docs/userguide/collecting_application_logs_otel_sdk_java/ and let me know what you see in the logs page.
s
@nitya-signoz As per above documentation, I need to run javaagent via cmd but I have already annotated by pod using auto-instrumentation, does the annotation would not work for both logs and traces. ?
n