I dont see apm agent logs in my spring boot application logs

Kibana version: 7.5.2

Elasticsearch version: 7.5.2

APM Server version: 7.5.2

APM Agent language and version: java

Original install method (e.g. download page, yum, deb, from source, etc.) and version: eck operator 1.0.0

Fresh install or upgraded from other version? fresh

added logging.level.co.elastic.apm=DEBUG in application.properties, is not providing any logs

Hi @kumar_kung,

Elastic APM agent has no access to application.properties file that is managed by spring-boot. All the properties that are described in this file are not pushed back to JVM system properties, and thus our agent does not have access to them.

Thus, you will have to use one of the documented ways to configure the agent described here:
https://www.elastic.co/guide/en/apm/agent/java/current/configuration.html#configuration

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.