[jira] [Commented] (LOG4J2-1631) RollingFile appender does not rollover file as per TimeZone specified

2021-04-28 Thread Remko Popma (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17335067#comment-17335067 ] Remko Popma commented on LOG4J2-1631: - Hey [~rgoyal], thanks for bringing this up. I

[GitHub] [logging-log4cxx] rm5248 commented on pull request #62: GZCompressAction: leave file uncompressed if fork of gzip fails

2021-04-28 Thread GitBox
rm5248 commented on pull request #62: URL: https://github.com/apache/logging-log4cxx/pull/62#issuecomment-828823924 Ah, it looks like you haven't updated the config. If you use a config file similar to [this one on JIRA,](https://issues.apache.org/jira/browse/LOGCXX-523?focusedCommentId=1

[GitHub] [logging-log4j2] perry2of5 commented on a change in pull request #469: Fix windows build on master

2021-04-28 Thread GitBox
perry2of5 commented on a change in pull request #469: URL: https://github.com/apache/logging-log4j2/pull/469#discussion_r622514218 ## File path: src/changes/changes.xml ## @@ -31,6 +31,19 @@ - "remove" - Removed --> + +Cleanly shutdown status

[jira] [Comment Edited] (LOG4J2-1631) RollingFile appender does not rollover file as per TimeZone specified

2021-04-28 Thread Ravi Goyl (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17334864#comment-17334864 ] Ravi Goyl edited comment on LOG4J2-1631 at 4/28/21, 6:44 PM: -

[GitHub] [logging-log4cxx] nturner commented on pull request #62: GZCompressAction: leave file uncompressed if fork of gzip fails

2021-04-28 Thread GitBox
nturner commented on pull request #62: URL: https://github.com/apache/logging-log4cxx/pull/62#issuecomment-828682766 @rm5248 sorry for the delayed reply. I just tried my test case with that change (I see that it's in master now). No, it does not work for me. Below are the results fr

[GitHub] [logging-log4j2] perry2of5 commented on a change in pull request #469: Fix windows build on master

2021-04-28 Thread GitBox
perry2of5 commented on a change in pull request #469: URL: https://github.com/apache/logging-log4j2/pull/469#discussion_r622409154 ## File path: log4j-api/src/main/java/org/apache/logging/log4j/status/StatusLogger.java ## @@ -205,6 +205,32 @@ public void reset() {

[jira] [Comment Edited] (LOG4J2-1931) Wrong Date is calculated for rollover filePattern with timezone parameter

2021-04-28 Thread Ravi Goyl (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-1931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17334862#comment-17334862 ] Ravi Goyl edited comment on LOG4J2-1931 at 4/28/21, 4:42 PM: -

[jira] [Comment Edited] (LOG4J2-1931) Wrong Date is calculated for rollover filePattern with timezone parameter

2021-04-28 Thread Ravi Goyl (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-1931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17334862#comment-17334862 ] Ravi Goyl edited comment on LOG4J2-1931 at 4/28/21, 4:40 PM: -

[jira] [Commented] (LOG4J2-1631) RollingFile appender does not rollover file as per TimeZone specified

2021-04-28 Thread Ravi Goyl (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17334864#comment-17334864 ] Ravi Goyl commented on LOG4J2-1631: --- I too am having this issue... is there a plan to

[jira] [Commented] (LOG4J2-1931) Wrong Date is calculated for rollover filePattern with timezone parameter

2021-04-28 Thread Ravi Goyl (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-1931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17334862#comment-17334862 ] Ravi Goyl commented on LOG4J2-1931: --- I too am having this issue Is there a plan in

[GitHub] [logging-log4j2] perry2of5 commented on a change in pull request #469: Fix windows build on master

2021-04-28 Thread GitBox
perry2of5 commented on a change in pull request #469: URL: https://github.com/apache/logging-log4j2/pull/469#discussion_r622310736 ## File path: log4j-kafka/src/test/java/org/apache/logging/log4j/kafka/builder/ConfigurationBuilderTest.java ## @@ -106,14 +112,27 @@ private void

[GitHub] [logging-log4j2] perry2of5 commented on a change in pull request #469: Fix windows build on master

2021-04-28 Thread GitBox
perry2of5 commented on a change in pull request #469: URL: https://github.com/apache/logging-log4j2/pull/469#discussion_r622310395 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/LoggerContext.java ## @@ -405,6 +405,7 @@ public boolean stop(final long time

[GitHub] [logging-log4j2] perry2of5 commented on a change in pull request #469: Fix windows build on master

2021-04-28 Thread GitBox
perry2of5 commented on a change in pull request #469: URL: https://github.com/apache/logging-log4j2/pull/469#discussion_r622308281 ## File path: log4j-api/src/main/java/org/apache/logging/log4j/status/StatusLogger.java ## @@ -205,6 +205,32 @@ public void reset() {

[GitHub] [logging-log4j2] jvz commented on a change in pull request #469: Fix windows build on master

2021-04-28 Thread GitBox
jvz commented on a change in pull request #469: URL: https://github.com/apache/logging-log4j2/pull/469#discussion_r622303663 ## File path: src/changes/changes.xml ## @@ -31,6 +31,19 @@ - "remove" - Removed --> + +Cleanly shutdown status logger

[CI][UNSTABLE] Logging/log4j/release-2.x#287 has test failures

2021-04-28 Thread Mr. Jenkins
BUILD UNSTABLE Build URL https://ci-builds.apache.org/job/Logging/job/log4j/job/release-2.x/287/ Project: release-2.x Date of build: Wed, 28 Apr 2021 13:08:53 + Build duration: 1 hr 10 min and counting JUnit Tests Name: liquibase.ext.logging.log4

[GitHub] [logging-log4j2] vy commented on a change in pull request #469: Fix windows build on master

2021-04-28 Thread GitBox
vy commented on a change in pull request #469: URL: https://github.com/apache/logging-log4j2/pull/469#discussion_r622177048 ## File path: log4j-api/src/main/java/org/apache/logging/log4j/status/StatusLogger.java ## @@ -205,6 +205,32 @@ public void reset() { clear(

[jira] [Commented] (LOG4J2-3076) Broken link to Wiki

2021-04-28 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17334724#comment-17334724 ] Volkan Yazici commented on LOG4J2-3076: --- Fixed. Thanks for the report [~sebb]! >

[jira] [Assigned] (LOG4J2-3076) Broken link to Wiki

2021-04-28 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volkan Yazici reassigned LOG4J2-3076: - Assignee: Volkan Yazici > Broken link to Wiki > --- > >

[jira] [Commented] (LOG4J2-3076) Broken link to Wiki

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

[jira] [Updated] (LOG4J2-3076) Broken link to Wiki

2021-04-28 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volkan Yazici updated LOG4J2-3076: -- Fix Version/s: 2.15.0 > Broken link to Wiki > --- > > Key: LOG

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

2021-04-28 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17334719#comment-17334719 ] Carter Kozak commented on LOG4J2-3083: -- I recently modified this code, but I tried