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

Configuration.java: Fix logging. #1878

Merged
1 commit merged into from
Sep 22, 2021
Merged

Configuration.java: Fix logging. #1878

1 commit merged into from
Sep 22, 2021

Conversation

ghost
Copy link

@ghost ghost commented May 17, 2021

Replace %s with {}, wich is used in log4j.

Looks ugly and wrong:
22:32:54.142 [main] WARN o.mapfish.print.config.Configuration - Template '%s' does not exist. Options are: %s

Now:
23:18:18.643 [main] WARN o.mapfish.print.config.Configuration - Template 'Square' does not exist. Options are: [A4 landscape, Auto tiling, Auto meta tiling]

Replace %s with {}, wich is used in log4j.
@ghost ghost requested review from sbrunner and danduk82 May 17, 2021 21:25
@sbrunner
Copy link
Member

Don't you want to backport it?

@ghost ghost added the backport 3.28 Backport the pull request to the '3.28' branch label May 18, 2021
@ghost
Copy link
Author

ghost commented May 18, 2021

Don't you want to backport it?

Good point. Backporting to 3.28.

@ghost ghost merged commit 8375a8b into master Sep 22, 2021
@ghost ghost deleted the fix-logging branch September 22, 2021 15:06
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 3.28 Backport the pull request to the '3.28' branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant