Skip to content
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

Issue #10213 - Ensuring proper usage of StartLog logging #10214

Conversation

joakime
Copy link
Contributor

@joakime joakime commented Aug 2, 2023

The various logging methods in StartLog behave like System.out.printf() (same rules).
Not using string concatenation to avoid accidental exceptions.

@joakime joakime added Bug For general bugs on Jetty side Jetty 12 labels Aug 2, 2023
@joakime joakime self-assigned this Aug 2, 2023
@joakime joakime added this to the 12.0.x milestone Aug 2, 2023
@joakime joakime requested review from olamy and sbordet August 3, 2023 11:56
@joakime joakime merged commit 6702634 into jetty-12.0.x Aug 17, 2023
2 checks passed
@joakime joakime deleted the fix/12.0.x/start-jar-debug-UnknownFormatConversionException branch August 17, 2023 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For general bugs on Jetty side
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UnknownFormatConversionException in start.jar --debug if path has % sign
3 participants