-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Excessive Spring Data build logging after Spring bump to 3.2 #41135
Labels
Milestone
Comments
/cc @geoand (spring) |
/cc @aureamunoz |
Definitely +1 |
I'm looking at this and the other feedback |
I can't reproduce the described behabiour. My output below:
What am I missing? |
Never mind, I see |
This was referenced Jun 14, 2024
Fixed by #41206 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
After #40344 I can see a lot of information in logs I really don't care about us user. It's just my personal opinion, but logging level feels wrong.
Expected behavior
Personally I'd use DEBUG log level or lower.
Actual behavior
Many log message I do not plan to read
How to Reproduce?
git clone git@github.com:michalvavrik/quarkus-test-suite.git -b feature/fix-spring-data-compilation
cd quarkus-test-suite/spring/spring-data
mvn clean verify -Dit.test=SecuredRepositoryRestResourcesIT#publicResourceNoAut -Dreruns=0
Output of
uname -a
orver
Fedora 38
Output of
java -version
OpenJDK 21
Quarkus version or git rev
999-SNAPSHOT
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.4
Additional information
No response
The text was updated successfully, but these errors were encountered: