spring-projects / spring-projects/spring-boot
Consider showing more information in StartupInfoLogger
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 81.5k
- Forks
- 42.7k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 65
Description
See #42324 for background.
Since StartupInfoLogger was first introduced we've added more features that could be useful to log. The application.name and application.version could be useful as could the git SHA if it's available.
We need to be a little careful not to add too much information and not to change the defaults in a way that folks won't like.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the StartupInfoLogger entry point and read issue #42324 for the stated background. Determine which of application.name, application.version, and an available git SHA should be logged without changing defaults unexpectedly. Done means the desired information and default behavior are agreed and covered by the relevant changes and tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, java, spring-boot
- Domain
- backend, observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100