There is a build failure in log4j/release-2.x.
Build: https://builds.apache.org/job/log4j/job/release-2.x/65/
Logs: https://builds.apache.org/job/log4j/job/release-2.x/65/console
Test results: https://builds.apache.org/job/log4j/job/release-2.x/65/testReport/
Changes: https://builds.apache.org/jo
[
https://issues.apache.org/jira/browse/LOG4J2-2877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17141316#comment-17141316
]
ASF subversion and git services commented on LOG4J2-2877:
-
Commi
[
https://issues.apache.org/jira/browse/LOG4J2-2877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17141315#comment-17141315
]
ASF subversion and git services commented on LOG4J2-2877:
-
Commi
Ralph Goers created LOG4J2-2877:
---
Summary: Kubernetes Lookup fails to get container and image
information
Key: LOG4J2-2877
URL: https://issues.apache.org/jira/browse/LOG4J2-2877
Project: Log4j 2
baldapps opened a new pull request #26:
URL: https://github.com/apache/logging-log4cxx/pull/26
The method getThreshold wasn't const so it wasn't possible to call
getThreshold on a const object and const cast was needed.
This