This message was deleted.
# support
s
This message was deleted.
s
Is there an attribute or some identifier that distinguishes your java application logs? You could use the search filter to do that.
v
It seems the logs are not shipped to signoz from my apps. Does open-telemetry javaagent ship them automatically from stdout of my apps? Or do I have to ship them manually somehow?
s
Does open-telemetry javaagent ship them automatically from stdout of my apps?
It doesn’t automatically collect from stdout but depending on the logger library you use it can add appender send data directly to SigNoz.
do I have to ship them manually somehow?
You may use filelog collector if the logger library you use is not supported by auto instrumentation