-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Implement LocationAware for FileLocationPatternConverter (#2781)
#2795
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
Implement LocationAware for FileLocationPatternConverter (#2781)
#2795
Conversation
b71c33e to
98034af
Compare
98034af to
9f3c8d6
Compare
src/changelog/.2.x.x/2781_fix_file_location_pattern_converter_location_requirement.xml
Outdated
Show resolved
Hide resolved
...java/org/apache/logging/log4j/core/pattern/LocationPatternConvertersRequireLocationTest.java
Outdated
Show resolved
Hide resolved
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, I think this can be merged. Since you're the one who first reacted to the issue, I'd appreciate your conclusive review. If you're okay with it, please merge the PR.
LocationAware for FileLocationPatternConverter (#2781)
ppkarwasz
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.
Looks good to me,
Thank you for you contribution.
log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/package-info.java
Outdated
Show resolved
Hide resolved
log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/package-info.java
Outdated
Show resolved
Hide resolved
|
Closes #2781 |
Fix for #2781
See also #2782 (main branch)