[
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
> --
[
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
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
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
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
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
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
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
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
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
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
[
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
[
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)
> -
[
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)
> -
[
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
[
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
[
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
[
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
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
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() {
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
[
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
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
[
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
[
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
> --
>
>
[
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
> ---
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
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
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
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.
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
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() {
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
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
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
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
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
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
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
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
>
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
41 matches
Mail list logo