-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add missing FileLocationPatternConverter#requiresLocation() (#2781)
#2782
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
Add missing FileLocationPatternConverter#requiresLocation() (#2781)
#2782
Conversation
|
Nice catch. Could you also add a unit test that verifies that the pattern converters |
|
@dedeibel, thanks so much for the fix. Would you mind porting the fix to the |
@ppkarwasz Thanks. I will try but please bear with me hat it might take some time to find my way around the tests. @vy Yes I will. But please give me a some time. |
|
@dedeibel, no worries, take your time. Feel free to reach out to us. Note that we'd prefer fixing |
92be49e to
3470919
Compare
...java/org/apache/logging/log4j/core/pattern/LocationPatternConvertersRequireLocationTest.java
Outdated
Show resolved
Hide resolved
This is effectively port of a fix from `2.x`, no need for a changelog entry.
vy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dedeibel, good job. 💯
@ppkarwasz, as in #2795, please go ahead and [squash] merge this PR, if you also agree with the changes.
FileLocationPatternConverter#requiresLocation() (#2781)
Fix for #2781