[GitHub] [logging-log4j2] schlosna commented on a change in pull request #555: Improve worst-case NameAbbreviator performance

2021-08-04 Thread GitBox
schlosna commented on a change in pull request #555: URL: https://github.com/apache/logging-log4j2/pull/555#discussion_r683117411 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/NameAbbreviator.java ## @@ -285,40 +285,40 @@ public PatternAbbreviato

[jira] [Closed] (LOG4J2-2844) Null pointer exception when no network interfaces are available

2021-08-04 Thread Andrei Terentiev (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei Terentiev closed LOG4J2-2844. > Null pointer exception when no network interfaces are available > --

[GitHub] [logging-log4j2] sanyarnd opened a new pull request #558: Add missing JsonLayout properties

2021-08-04 Thread GitBox
sanyarnd opened a new pull request #558: URL: https://github.com/apache/logging-log4j2/pull/558 Add 3 missing properties from https://logging.apache.org/log4j/2.x/manual/layouts.html -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [logging-log4j2] carterkozak commented on a change in pull request #542: LOG4J2-2785: Added support for pattern Layout to abbreviate logger or class names except n rightmost words

2021-08-04 Thread GitBox
carterkozak commented on a change in pull request #542: URL: https://github.com/apache/logging-log4j2/pull/542#discussion_r682720416 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/NameAbbreviator.java ## @@ -365,4 +372,51 @@ public void abbreviate

[GitHub] [logging-log4j2] carterkozak commented on a change in pull request #542: LOG4J2-2785: Added support for pattern Layout to abbreviate logger or class names except n rightmost words

2021-08-04 Thread GitBox
carterkozak commented on a change in pull request #542: URL: https://github.com/apache/logging-log4j2/pull/542#discussion_r682718072 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/NameAbbreviator.java ## @@ -365,4 +372,51 @@ public void abbreviate

[jira] [Commented] (LOG4J2-3133) The slf4j (1.7) implementation is missing some expected methods

2021-08-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17393249#comment-17393249 ] ASF subversion and git services commented on LOG4J2-3133: - Commi

[jira] [Resolved] (LOG4J2-3133) The slf4j (1.7) implementation is missing some expected methods

2021-08-04 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak resolved LOG4J2-3133. -- Resolution: Fixed merged into release-2.x and master > The slf4j (1.7) implementation is miss

[jira] [Closed] (LOG4J2-3133) The slf4j (1.7) implementation is missing some expected methods

2021-08-04 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak closed LOG4J2-3133. > The slf4j (1.7) implementation is missing some expected methods > --

[jira] [Commented] (LOG4J2-3133) The slf4j (1.7) implementation is missing some expected methods

2021-08-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17393248#comment-17393248 ] ASF subversion and git services commented on LOG4J2-3133: - Commi

[GitHub] [logging-log4j2] carterkozak commented on pull request #557: LOG4J2-3133: log4j-slf4j-impl provides new singleton accessors from slf4j-api 1.7.14

2021-08-04 Thread GitBox
carterkozak commented on pull request #557: URL: https://github.com/apache/logging-log4j2/pull/557#issuecomment-892737122 merged -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comm

[GitHub] [logging-log4j2] carterkozak closed pull request #557: LOG4J2-3133: log4j-slf4j-impl provides new singleton accessors from slf4j-api 1.7.14

2021-08-04 Thread GitBox
carterkozak closed pull request #557: URL: https://github.com/apache/logging-log4j2/pull/557 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notif

[GitHub] [logging-log4j2] carterkozak commented on pull request #548: LOG4J2-2885 Add support for US-style date patterns and micro/nano seconds to FixedDateFormat

2021-08-04 Thread GitBox
carterkozak commented on pull request #548: URL: https://github.com/apache/logging-log4j2/pull/548#issuecomment-892717422 @vy I think this broke builds on release-2.x for the same reason the PR build is failing, revapi needs the enum ordinal changes to be acknowledged. -- This is an auto

[GitHub] [logging-log4j2] carterkozak opened a new pull request #557: LOG4J2-3133: log4j-slf4j-impl provides new singleton accessors from s…

2021-08-04 Thread GitBox
carterkozak opened a new pull request #557: URL: https://github.com/apache/logging-log4j2/pull/557 …lf4j-api 1.7.14 See https://github.com/qos-ch/slf4j/commit/ea3cca72cd5a9329a06b788317a17e806ee8acd0 and https://jira.qos.ch/browse/SLF4J-347 -- This is an automated message from

[GitHub] [logging-log4j2] vy commented on pull request #545: Add markdown links to README.md file

2021-08-04 Thread GitBox
vy commented on pull request #545: URL: https://github.com/apache/logging-log4j2/pull/545#issuecomment-892706763 Looks like a spam. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

[GitHub] [logging-log4j2] vy closed pull request #545: Add markdown links to README.md file

2021-08-04 Thread GitBox
vy closed pull request #545: URL: https://github.com/apache/logging-log4j2/pull/545 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-

[GitHub] [logging-log4j2] vy merged pull request #552: (doc): Fix XML element names in javadoc

2021-08-04 Thread GitBox
vy merged pull request #552: URL: https://github.com/apache/logging-log4j2/pull/552 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-

[jira] [Closed] (LOG4J2-3085) Fix GitHub Actions workflows for PRs from forks

2021-08-04 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volkan Yazici closed LOG4J2-3085. - > Fix GitHub Actions workflows for PRs from forks > ---

[jira] [Commented] (LOG4J2-3085) Fix GitHub Actions workflows for PRs from forks

2021-08-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17393210#comment-17393210 ] ASF subversion and git services commented on LOG4J2-3085: - Commi

[jira] [Resolved] (LOG4J2-3085) Fix GitHub Actions workflows for PRs from forks

2021-08-04 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volkan Yazici resolved LOG4J2-3085. --- Resolution: Fixed > Fix GitHub Actions workflows for PRs from forks > --

[jira] [Commented] (LOG4J2-3085) Fix GitHub Actions workflows for PRs from forks

2021-08-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17393209#comment-17393209 ] ASF subversion and git services commented on LOG4J2-3085: - Commi

[jira] [Updated] (LOG4J2-3133) The slf4j (1.7) implementation is missing some expected methods

2021-08-04 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak updated LOG4J2-3133: - Issue Type: Improvement (was: Bug) > The slf4j (1.7) implementation is missing some expected me

[jira] [Commented] (LOG4J2-3133) The slf4j (1.7) implementation is missing some expected methods

2021-08-04 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17393182#comment-17393182 ] Gary D. Gregory commented on LOG4J2-3133: - Not that Slf4j happily breaks binary

[jira] [Created] (LOG4J2-3133) The slf4j (1.7) implementation is missing some expected methods

2021-08-04 Thread Carter Kozak (Jira)
Carter Kozak created LOG4J2-3133: Summary: The slf4j (1.7) implementation is missing some expected methods Key: LOG4J2-3133 URL: https://issues.apache.org/jira/browse/LOG4J2-3133 Project: Log4j 2

[jira] [Resolved] (LOG4J2-3083) Why the logger get by Slf4j LoggerFactory.getILoggerFactory() can only use current LoggerContext

2021-08-04 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak resolved LOG4J2-3083. -- Resolution: Fixed I've merged a fix into release-2.x and master. [~hao5ang] could you use the

[jira] [Updated] (LOG4J2-3083) Why the logger get by Slf4j LoggerFactory.getILoggerFactory() can only use current LoggerContext

2021-08-04 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak updated LOG4J2-3083: - Component/s: SLF4J Bridge Fix Version/s: 2.15.0 Affects Version/s: 2.14.1

[jira] [Assigned] (LOG4J2-3083) Why the logger get by Slf4j LoggerFactory.getILoggerFactory() can only use current LoggerContext

2021-08-04 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak reassigned LOG4J2-3083: Assignee: Carter Kozak (was: Ralph Goers) > Why the logger get by Slf4j LoggerFactory.ge

[jira] [Commented] (LOG4J2-2940) High CPU at Java 11 due to the use of StackWalker from StackLocator.getCallerClass

2021-08-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17393174#comment-17393174 ] ASF subversion and git services commented on LOG4J2-2940: - Commi

[jira] [Commented] (LOG4J2-3083) Why the logger get by Slf4j LoggerFactory.getILoggerFactory() can only use current LoggerContext

2021-08-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17393171#comment-17393171 ] ASF subversion and git services commented on LOG4J2-3083: - Commi

[jira] [Commented] (LOG4J2-3083) Why the logger get by Slf4j LoggerFactory.getILoggerFactory() can only use current LoggerContext

2021-08-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17393173#comment-17393173 ] ASF subversion and git services commented on LOG4J2-3083: - Commi

[jira] [Commented] (LOG4J2-2940) High CPU at Java 11 due to the use of StackWalker from StackLocator.getCallerClass

2021-08-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17393172#comment-17393172 ] ASF subversion and git services commented on LOG4J2-2940: - Commi

[GitHub] [logging-log4j2] carterkozak merged pull request #554: LOG4J2-3083 Fix slf4j calling class lookup using both accessors

2021-08-04 Thread GitBox
carterkozak merged pull request #554: URL: https://github.com/apache/logging-log4j2/pull/554 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notif

[GitHub] [logging-log4j2] carterkozak merged pull request #553: LOG4J2-3083 Fix slf4j calling class lookup using both accessors

2021-08-04 Thread GitBox
carterkozak merged pull request #553: URL: https://github.com/apache/logging-log4j2/pull/553 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notif

[jira] [Created] (LOG4NET-673) RollingFileAppender does not create file or write to it

2021-08-04 Thread Thomas Schroeder (Jira)
Thomas Schroeder created LOG4NET-673: Summary: RollingFileAppender does not create file or write to it Key: LOG4NET-673 URL: https://issues.apache.org/jira/browse/LOG4NET-673 Project: Log4net