You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked at https://pinpoint-apm.gitbook.io/pinpoint/getting-started/installation의 and built with ./mvnw install -Prelease -DskipTests=true. The collector log remains DEBUG, so I checked the configuration and changed the <Property name=“logger_level”>DEBUG</Property> part of <SpringProfile name=“local”> in the collector/src/main/resources/log4j2-spring.xml file to INFO, but I'm wondering why I need to change the local profile setting even if I build with the release profile.
The text was updated successfully, but these errors were encountered:
orakhada
changed the title
pinpoint collector log debug level change issue
pinpoint log debug level change issue
Dec 16, 2024
I looked at https://pinpoint-apm.gitbook.io/pinpoint/getting-started/installation의 and built with ./mvnw install -Prelease -DskipTests=true.
The collector log remains DEBUG, so I checked the configuration and changed the <Property name=“logger_level”>DEBUG</Property> part of <SpringProfile name=“local”> in the collector/src/main/resources/log4j2-spring.xml file to INFO, but I'm wondering why I need to change the local profile setting even if I build with the release profile.
The text was updated successfully, but these errors were encountered: