[jira] [Updated] (LOG4J2-3146) AsyncAppender - Rollover doesn't reflect the correct date

2021-08-24 Thread Sreekanth (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sreekanth updated LOG4J2-3146: -- Affects Version/s: 2.12.1 > AsyncAppender - Rollover doesn't reflect the correct date > --

[jira] [Updated] (LOG4J2-3146) AsyncAppender - Rollover doesn't reflect the correct date

2021-08-24 Thread Sreekanth (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sreekanth updated LOG4J2-3146: -- Description: I have below configuration for my Rolling file appender %d %m%n  

[jira] [Created] (LOG4J2-3146) AsyncAppender - Rollover doesn't reflect the correct date

2021-08-24 Thread Sreekanth (Jira)
Sreekanth created LOG4J2-3146: - Summary: AsyncAppender - Rollover doesn't reflect the correct date Key: LOG4J2-3146 URL: https://issues.apache.org/jira/browse/LOG4J2-3146 Project: Log4j 2 Issue T

[jira] [Created] (LOG4J2-3145) Cannot see JDBC error message

2021-08-24 Thread Nicolai Timofeev (Jira)
Nicolai Timofeev created LOG4J2-3145: Summary: Cannot see JDBC error message Key: LOG4J2-3145 URL: https://issues.apache.org/jira/browse/LOG4J2-3145 Project: Log4j 2 Issue Type: Bug

[GitHub] [logging-log4cxx] rm5248 merged pull request #69: CMAKE in VS 2019 16.11.1 warns about missing file extensions…

2021-08-24 Thread GitBox
rm5248 merged pull request #69: URL: https://github.com/apache/logging-log4cxx/pull/69 -- 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: notificatio

[GitHub] [logging-log4cxx] rm5248 commented on a change in pull request #68: LOGCXX-431

2021-08-24 Thread GitBox
rm5248 commented on a change in pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r695277961 ## File path: src/site/markdown/threading.md ## @@ -0,0 +1,83 @@ +Threading {#threading} +=== + + +# Threading Notes with Log4cxx + +Log4cxx is designe

[GitHub] [logging-log4cxx] rm5248 commented on a change in pull request #68: LOGCXX-431

2021-08-24 Thread GitBox
rm5248 commented on a change in pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r695274586 ## File path: src/main/include/log4cxx/helpers/threadutility.h ## @@ -0,0 +1,119 @@ +#ifndef _LOG4CXX_THREADUTILITY_H +#define _LOG4CXX_THREADUTILITY_H

[GitHub] [logging-log4cxx] rm5248 commented on a change in pull request #68: LOGCXX-431

2021-08-24 Thread GitBox
rm5248 commented on a change in pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r695269717 ## File path: src/main/include/log4cxx/helpers/threadutility.h ## @@ -0,0 +1,119 @@ +#ifndef _LOG4CXX_THREADUTILITY_H +#define _LOG4CXX_THREADUTILITY_H

[GitHub] [logging-log4cxx] rm5248 commented on a change in pull request #68: LOGCXX-431

2021-08-24 Thread GitBox
rm5248 commented on a change in pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r695269347 ## File path: src/main/cpp/threadutility.cpp ## @@ -0,0 +1,91 @@ +#include "log4cxx/helpers/threadutility.h" +#include "log4cxx/private/log4cxx_private

[GitHub] [logging-log4cxx] rm5248 commented on a change in pull request #68: LOGCXX-431

2021-08-24 Thread GitBox
rm5248 commented on a change in pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r695263774 ## File path: src/main/cpp/threadutility.cpp ## @@ -0,0 +1,91 @@ +#include "log4cxx/helpers/threadutility.h" +#include "log4cxx/private/log4cxx_private

[GitHub] [logging-log4cxx] rm5248 commented on a change in pull request #68: LOGCXX-431

2021-08-24 Thread GitBox
rm5248 commented on a change in pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r695263225 ## File path: src/main/cpp/asyncappender.cpp ## @@ -50,7 +51,7 @@ AsyncAppender::AsyncAppender() locationInfo(false), blocking(true

[jira] [Resolved] (LOG4J2-3144) Prefer string.getBytes(Charset) over string.getBytes(String)

2021-08-24 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak resolved LOG4J2-3144. -- Resolution: Fixed Resolved by [https://github.com/apache/logging-log4j2/commit/1e611c2e191a3f

[jira] [Closed] (LOG4J2-3144) Prefer string.getBytes(Charset) over string.getBytes(String)

2021-08-24 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak closed LOG4J2-3144. > Prefer string.getBytes(Charset) over string.getBytes(String) > -

[jira] [Updated] (LOG4J2-3144) Prefer string.getBytes(Charset) over string.getBytes(String)

2021-08-24 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak updated LOG4J2-3144: - Fix Version/s: 2.15.0 > Prefer string.getBytes(Charset) over string.getBytes(String) > -

[jira] [Commented] (LOG4J2-3144) Prefer string.getBytes(Charset) over string.getBytes(String)

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

[jira] [Commented] (LOG4J2-3144) Prefer string.getBytes(Charset) over string.getBytes(String)

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

[jira] [Commented] (LOG4J2-1151) Performance improvement: backport fast Java 8 ISO-8859-1 String to byte[] encoder to AbstractStringLayout

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

[jira] [Commented] (LOG4J2-1151) Performance improvement: backport fast Java 8 ISO-8859-1 String to byte[] encoder to AbstractStringLayout

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

[GitHub] [logging-log4j2] carterkozak merged pull request #568: Prefer `string.getBytes(Charset)` over `string.getBytes(String)`

2021-08-24 Thread GitBox
carterkozak merged pull request #568: URL: https://github.com/apache/logging-log4j2/pull/568 -- 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 a change in pull request #568: Prefer `string.getBytes(Charset)` over `string.getBytes(String)`

2021-08-24 Thread GitBox
carterkozak commented on a change in pull request #568: URL: https://github.com/apache/logging-log4j2/pull/568#discussion_r695103398 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/util/StringEncoder.java ## @@ -39,26 +37,21 @@ private StringEncoder() {

[GitHub] [logging-log4j2] carterkozak commented on a change in pull request #568: Prefer `string.getBytes(Charset)` over `string.getBytes(String)`

2021-08-24 Thread GitBox
carterkozak commented on a change in pull request #568: URL: https://github.com/apache/logging-log4j2/pull/568#discussion_r695102789 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/layout/AbstractStringLayout.java ## @@ -158,17 +148,12 @@ protected static

[jira] [Updated] (LOG4J2-3144) Prefer string.getBytes(Charset) over string.getBytes(String)

2021-08-24 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak updated LOG4J2-3144: - Issue Type: Improvement (was: Bug) > Prefer string.getBytes(Charset) over string.getBytes(Strin

[jira] [Created] (LOG4J2-3144) Prefer string.getBytes(Charset) over string.getBytes(String)

2021-08-24 Thread Carter Kozak (Jira)
Carter Kozak created LOG4J2-3144: Summary: Prefer string.getBytes(Charset) over string.getBytes(String) Key: LOG4J2-3144 URL: https://issues.apache.org/jira/browse/LOG4J2-3144 Project: Log4j 2

[jira] [Resolved] (LOG4J2-3142) Timestamp always returns 0 for LogEventAdapter

2021-08-24 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak resolved LOG4J2-3142. -- Fix Version/s: 2.15.0 Resolution: Fixed Thanks for the contribution! > Timestamp alway

[jira] [Closed] (LOG4J2-3142) Timestamp always returns 0 for LogEventAdapter

2021-08-24 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak closed LOG4J2-3142. > Timestamp always returns 0 for LogEventAdapter > -- > >

[jira] [Assigned] (LOG4J2-3142) Timestamp always returns 0 for LogEventAdapter

2021-08-24 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak reassigned LOG4J2-3142: Assignee: Carter Kozak > Timestamp always returns 0 for LogEventAdapter > ---

[GitHub] [logging-log4j2] carterkozak closed pull request #567: LOG4J2-3142: Use log event time millis for timestamp in log event adapter

2021-08-24 Thread GitBox
carterkozak closed pull request #567: URL: https://github.com/apache/logging-log4j2/pull/567 -- 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 #567: LOG4J2-3142: Use log event time millis for timestamp in log event adapter

2021-08-24 Thread GitBox
carterkozak commented on pull request #567: URL: https://github.com/apache/logging-log4j2/pull/567#issuecomment-904862677 I've added a changelog entry and committed this to release-2.x and master branches: b1596ed52406dbb93865b99ce7c9563a04258d22 -- This is an automated message from the

[jira] [Created] (LOG4J2-3143) ThrowableProxyRenderer cannot handle options with depth and "short"

2021-08-24 Thread alset (Jira)
alset created LOG4J2-3143: - Summary: ThrowableProxyRenderer cannot handle options with depth and "short" Key: LOG4J2-3143 URL: https://issues.apache.org/jira/browse/LOG4J2-3143 Project: Log4j 2 Issu

[GitHub] [logging-log4j2] carterkozak commented on pull request #567: LOG4J2-3142: Use log event time millis for timestamp in log event adapter

2021-08-24 Thread GitBox
carterkozak commented on pull request #567: URL: https://github.com/apache/logging-log4j2/pull/567#issuecomment-904665877 Thank you for the contribution, @jjmms. Once the tests complete I'll get this merged into 2.x and master. -- This is an automated message from the Apache Git Service.

[GitHub] [logging-log4j2] jjmms commented on pull request #567: LOG4J2-3142: Use log event time millis for timestamp in log event adapter

2021-08-24 Thread GitBox
jjmms commented on pull request #567: URL: https://github.com/apache/logging-log4j2/pull/567#issuecomment-904664445 Updated branch and PR to target `release-2.x` branch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #568: Prefer `string.getBytes(Charset)` over `string.getBytes(String)`

2021-08-24 Thread GitBox
garydgregory commented on a change in pull request #568: URL: https://github.com/apache/logging-log4j2/pull/568#discussion_r694843906 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/util/StringEncoder.java ## @@ -39,26 +37,21 @@ private StringEncoder() {

[GitHub] [logging-log4j2] garydgregory commented on pull request #567: LOG4J2-3142: Use log event time millis for timestamp in log event adapter

2021-08-24 Thread GitBox
garydgregory commented on pull request #567: URL: https://github.com/apache/logging-log4j2/pull/567#issuecomment-904635670 This PR is still based on master, it needs to be for the `release-2.x` branch. -- This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [logging-log4j2] carterkozak commented on a change in pull request #567: LOG4J2-3142: Use log event time millis for timestamp in log event adapter

2021-08-24 Thread GitBox
carterkozak commented on a change in pull request #567: URL: https://github.com/apache/logging-log4j2/pull/567#discussion_r694833345 ## File path: log4j-1.2-api/src/test/java/org/apache/log4j/config/RewriteAppenderTest.java ## @@ -73,5 +74,6 @@ public void testRewrite() throws

[GitHub] [logging-log4j2] jjmms commented on a change in pull request #567: LOG4J2-3142: Use log event time millis for timestamp in log event adapter

2021-08-24 Thread GitBox
jjmms commented on a change in pull request #567: URL: https://github.com/apache/logging-log4j2/pull/567#discussion_r694755665 ## File path: log4j-1.2-api/src/test/java/org/apache/log4j/config/RewriteAppenderTest.java ## @@ -73,5 +74,6 @@ public void testRewrite() throws Excep

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #567: LOG4J2-3142: Use log event time millis for timestamp in log event adapter

2021-08-24 Thread GitBox
garydgregory commented on a change in pull request #567: URL: https://github.com/apache/logging-log4j2/pull/567#discussion_r694721875 ## File path: log4j-1.2-api/src/test/java/org/apache/log4j/config/RewriteAppenderTest.java ## @@ -73,5 +74,6 @@ public void testRewrite() throw

[GitHub] [logging-log4j2] jjmms edited a comment on pull request #567: LOG4J2-3142: Use log event time millis for timestamp in log event adapter

2021-08-24 Thread GitBox
jjmms edited a comment on pull request #567: URL: https://github.com/apache/logging-log4j2/pull/567#issuecomment-904468892 Updated PR with an additional assertion in `RewriteAppenderTest` to ensure log event timestamps happen on or after initial log time. -- This is an automated message

[GitHub] [logging-log4j2] jjmms edited a comment on pull request #567: LOG4J2-3142: Use log event time millis for timestamp in log event adapter

2021-08-24 Thread GitBox
jjmms edited a comment on pull request #567: URL: https://github.com/apache/logging-log4j2/pull/567#issuecomment-904468892 Updated PR with an additional assertion in `RewriteAppenderTest` to ensure log event timestamps happen after initial log time. -- This is an automated message from t

[GitHub] [logging-log4j2] jjmms commented on pull request #567: LOG4J2-3142: Use log event time millis for timestamp in log event adapter

2021-08-24 Thread GitBox
jjmms commented on pull request #567: URL: https://github.com/apache/logging-log4j2/pull/567#issuecomment-904468892 Updated PR with a test case to ensure log event timestamps happen after initial log time. -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [logging-log4cxx] ams-tschoening opened a new pull request #69: CMAKE in VS 2019 16.11.1 warns about missing file extensions…

2021-08-24 Thread GitBox
ams-tschoening opened a new pull request #69: URL: https://github.com/apache/logging-log4cxx/pull/69 for XML-related tests: > CMake Warning (dev) at src/test/cpp/xml/CMakeLists.txt:1 (add_executable): > Policy CMP0115 is not set: Source file extensions must be explicit. Run >

[GitHub] [logging-log4cxx] ams-tschoening commented on a change in pull request #68: LOGCXX-431

2021-08-24 Thread GitBox
ams-tschoening commented on a change in pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r694560188 ## File path: src/main/cpp/threadutility.cpp ## @@ -0,0 +1,91 @@ +#include "log4cxx/helpers/threadutility.h" +#include "log4cxx/private/log4cxx