[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] 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 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] 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] 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] 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] 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] 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] 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

[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 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

[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 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-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

[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_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_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_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_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 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] ams-tschoening commented on a change in pull request #68: LOGCXX-431

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

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

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

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

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

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

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

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

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

[GitHub] [logging-log4j2] maccamlc commented on pull request #569: Log4j2-3147 fix kubernetes spring lookup

2021-08-25 Thread GitBox
maccamlc commented on pull request #569: URL: https://github.com/apache/logging-log4j2/pull/569#issuecomment-905455117 Bug fix so that the isClassAvailable check correctly looks for presence of [org/apache/logging/log4j/spring/boot/SpringEnvironmentHolder.java](https://github.com/apache/log

[GitHub] [logging-log4j2] maccamlc removed a comment on pull request #569: Log4j2-3147 fix kubernetes spring lookup

2021-08-25 Thread GitBox
maccamlc removed a comment on pull request #569: URL: https://github.com/apache/logging-log4j2/pull/569#issuecomment-905455117 Bug fix so that the isClassAvailable check correctly looks for presence of [org/apache/logging/log4j/spring/boot/SpringEnvironmentHolder.java](https://github.com/ap

[GitHub] [logging-log4j2] vy commented on pull request #558: Add missing JsonLayout properties

2021-08-25 Thread GitBox
vy commented on pull request #558: URL: https://github.com/apache/logging-log4j2/pull/558#issuecomment-905574302 Thanks so much for the contribution @sanyarnd! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [logging-log4j2] vy merged pull request #558: Add missing JsonLayout properties to the XSD.

2021-08-25 Thread GitBox
vy merged pull request #558: URL: https://github.com/apache/logging-log4j2/pull/558 -- 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-log4cxx] coldtobi commented on a change in pull request #68: LOGCXX-431

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

[GitHub] [logging-log4j2] carterkozak opened a new pull request #570: LOG4J2-3150: RandomAccessFileAppender uses the correct default buffer size

2021-08-25 Thread GitBox
carterkozak opened a new pull request #570: URL: https://github.com/apache/logging-log4j2/pull/570 https://issues.apache.org/jira/browse/LOG4J2-3150 -- 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

[GitHub] [logging-log4j2] rahimalizada commented on pull request #558: Add missing JsonLayout properties to the XSD.

2021-08-25 Thread GitBox
rahimalizada commented on pull request #558: URL: https://github.com/apache/logging-log4j2/pull/558#issuecomment-905890995 This change gives validation error '... duplicate attribute propertiesAsList inJsonLayotuType. ... line 589' in eclipse IDE which relies on lemminx XML language server

[GitHub] [logging-log4j2] rahimalizada edited a comment on pull request #558: Add missing JsonLayout properties to the XSD.

2021-08-25 Thread GitBox
rahimalizada edited a comment on pull request #558: URL: https://github.com/apache/logging-log4j2/pull/558#issuecomment-905890995 This change gives validation error '... duplicate attribute propertiesAsList inJsonLayotuType. ... line 589' while validating log4j2.xml in eclipse IDE which re

[GitHub] [logging-log4j2] rahimalizada edited a comment on pull request #558: Add missing JsonLayout properties to the XSD.

2021-08-25 Thread GitBox
rahimalizada edited a comment on pull request #558: URL: https://github.com/apache/logging-log4j2/pull/558#issuecomment-905890995 This change gives validation error '... duplicate attribute propertiesAsList in JsonLayoutType. ... line 589' while validating log4j2.xml in eclipse IDE which r

[GitHub] [logging-log4j2] carterkozak merged pull request #570: LOG4J2-3150: RandomAccessFileAppender uses the correct default buffer size

2021-08-25 Thread GitBox
carterkozak merged pull request #570: URL: https://github.com/apache/logging-log4j2/pull/570 -- 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] maccamlc commented on pull request #569: Log4j2-3147 fix kubernetes spring lookup

2021-08-25 Thread GitBox
maccamlc commented on pull request #569: URL: https://github.com/apache/logging-log4j2/pull/569#issuecomment-906073967 Thanks @rgoers Not sure of the right process, but please let me know how to get this merged. And will it be able to get included in any bug fix version, 2.14.

[GitHub] [logging-log4j2] vy commented on pull request #558: Add missing JsonLayout properties to the XSD.

2021-08-26 Thread GitBox
vy commented on pull request #558: URL: https://github.com/apache/logging-log4j2/pull/558#issuecomment-906156252 @rahimalizada, I have fixed it. Thanks so much for the warning. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [logging-log4j2] rgoers commented on pull request #569: Log4j2-3147 fix kubernetes spring lookup

2021-08-26 Thread GitBox
rgoers commented on pull request #569: URL: https://github.com/apache/logging-log4j2/pull/569#issuecomment-906161364 Having a PR on the release-2.x branch would be great! Otherwise I would have to cherry-pick it from master. -- This is an automated message from the Apache Git Service. To

[GitHub] [logging-log4j2] vy merged pull request #569: LOG4J2-3147 Fix Spring package check in KubernetesLookup.

2021-08-26 Thread GitBox
vy merged pull request #569: URL: https://github.com/apache/logging-log4j2/pull/569 -- 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 commented on pull request #569: LOG4J2-3147 Fix Spring package check in KubernetesLookup.

2021-08-26 Thread GitBox
vy commented on pull request #569: URL: https://github.com/apache/logging-log4j2/pull/569#issuecomment-906164869 Thanks so much for the fix @maccamlc, I have cherry-picked this onto `release-2.x`. Mind closing the JIRA ticket, please? -- This is an automated message from the Apache Git S

[GitHub] [logging-log4j2] vy merged pull request #561: Bump actions/setup-java from 2.1.0 to 2.2.0

2021-08-26 Thread GitBox
vy merged pull request #561: URL: https://github.com/apache/logging-log4j2/pull/561 -- 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 commented on pull request #562: Close jira issue LOG4J2-3138

2021-08-26 Thread GitBox
vy commented on pull request #562: URL: https://github.com/apache/logging-log4j2/pull/562#issuecomment-906468899 I have just skimmed over the changes and I am totally against this PR. We already have 3 competing JSON layouts in the project: `GelfLayout`, `JsonLayout`, and its successor `Js

[GitHub] [logging-log4j2] vy closed pull request #562: Close jira issue LOG4J2-3138

2021-08-26 Thread GitBox
vy closed pull request #562: URL: https://github.com/apache/logging-log4j2/pull/562 -- 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] redapel commented on pull request #564: LOG4J2-3122 fix Logging to Log4j2 MongoDb4 Appender get ERROR on trace, debug and info level.

2021-08-26 Thread GitBox
redapel commented on pull request #564: URL: https://github.com/apache/logging-log4j2/pull/564#issuecomment-906654798 Hi team, Please have take a look to the new test case that i submitted. In that test, i choose to use real MongoDB server instead of the Flapdoodle's embedded MongoDB a

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #564: LOG4J2-3122 fix Logging to Log4j2 MongoDb4 Appender get ERROR on trace, debug and info level.

2021-08-26 Thread GitBox
garydgregory commented on a change in pull request #564: URL: https://github.com/apache/logging-log4j2/pull/564#discussion_r697032754 ## File path: log4j-mongodb4/pom.xml ## @@ -88,6 +88,17 @@ de.flapdoodle.embed.mongo test + + org.apache.logging.lo

[GitHub] [logging-log4j2] garydgregory commented on pull request #564: LOG4J2-3122 fix Logging to Log4j2 MongoDb4 Appender get ERROR on trace, debug and info level.

2021-08-26 Thread GitBox
garydgregory commented on pull request #564: URL: https://github.com/apache/logging-log4j2/pull/564#issuecomment-906799734 > Hi team, > Please have take a look to the new test case that i submitted. In that test, i choose to use real MongoDB server instead of the Flapdoodle's embedded M

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #564: LOG4J2-3122 fix Logging to Log4j2 MongoDb4 Appender get ERROR on trace, debug and info level.

2021-08-26 Thread GitBox
garydgregory commented on a change in pull request #564: URL: https://github.com/apache/logging-log4j2/pull/564#discussion_r697036474 ## File path: log4j-mongodb4/pom.xml ## @@ -88,6 +88,17 @@ de.flapdoodle.embed.mongo test + + org.apache.logging.lo

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

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

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

2021-08-27 Thread GitBox
coldtobi commented on a change in pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r697206398 ## File path: src/main/cpp/threadutility.cpp ## @@ -44,19 +50,23 @@ void ThreadUtility::configureFuncs( ThreadStartPre pre_start, void ThreadUtil

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

2021-08-27 Thread GitBox
coldtobi commented on a change in pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r697206398 ## File path: src/main/cpp/threadutility.cpp ## @@ -44,19 +50,23 @@ void ThreadUtility::configureFuncs( ThreadStartPre pre_start, void ThreadUtil

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

2021-08-27 Thread GitBox
coldtobi commented on a change in pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r697206398 ## File path: src/main/cpp/threadutility.cpp ## @@ -44,19 +50,23 @@ void ThreadUtility::configureFuncs( ThreadStartPre pre_start, void ThreadUtil

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

2021-08-27 Thread GitBox
sman-81 commented on pull request #542: URL: https://github.com/apache/logging-log4j2/pull/542#issuecomment-907319321 > [..] All existing patterns effectively use `rightWordCount=1`, however we could make that configurable and allow existing options to work with this. @carterkozak I d

[GitHub] [logging-log4j2] sman-81 edited a comment on pull request #542: LOG4J2-2785: Added support for pattern Layout to abbreviate logger or class names except n rightmost words

2021-08-27 Thread GitBox
sman-81 edited a comment on pull request #542: URL: https://github.com/apache/logging-log4j2/pull/542#issuecomment-907319321 > [..] All existing patterns effectively use `rightWordCount=1`, however we could make that configurable and allow existing options to work with this. @carterk

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

2021-08-27 Thread GitBox
rm5248 commented on a change in pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r697747208 ## File path: src/main/cpp/threadutility.cpp ## @@ -44,19 +50,23 @@ void ThreadUtility::configureFuncs( ThreadStartPre pre_start, void ThreadUtilit

[GitHub] [logging-log4j2] redapel commented on a change in pull request #564: LOG4J2-3122 fix Logging to Log4j2 MongoDb4 Appender get ERROR on trace, debug and info level.

2021-08-27 Thread GitBox
redapel commented on a change in pull request #564: URL: https://github.com/apache/logging-log4j2/pull/564#discussion_r697823808 ## File path: log4j-mongodb4/pom.xml ## @@ -88,6 +88,17 @@ de.flapdoodle.embed.mongo test + + org.apache.logging.log4j +

[GitHub] [logging-log4j2] redapel commented on a change in pull request #564: LOG4J2-3122 fix Logging to Log4j2 MongoDb4 Appender get ERROR on trace, debug and info level.

2021-08-27 Thread GitBox
redapel commented on a change in pull request #564: URL: https://github.com/apache/logging-log4j2/pull/564#discussion_r697825524 ## File path: log4j-mongodb4/pom.xml ## @@ -88,6 +88,17 @@ de.flapdoodle.embed.mongo test + + org.apache.logging.log4j +

[GitHub] [logging-log4j2] redapel commented on pull request #564: LOG4J2-3122 fix Logging to Log4j2 MongoDb4 Appender get ERROR on trace, debug and info level.

2021-08-28 Thread GitBox
redapel commented on pull request #564: URL: https://github.com/apache/logging-log4j2/pull/564#issuecomment-907585610 > > Hi team, > > Please have take a look to the new test case that i submitted. In that test, i choose to use real MongoDB server instead of the Flapdoodle's embedded Mo

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #564: LOG4J2-3122 fix Logging to Log4j2 MongoDb4 Appender get ERROR on trace, debug and info level.

2021-08-28 Thread GitBox
garydgregory commented on a change in pull request #564: URL: https://github.com/apache/logging-log4j2/pull/564#discussion_r697855364 ## File path: log4j-mongodb4/pom.xml ## @@ -88,6 +88,17 @@ de.flapdoodle.embed.mongo test + + org.apache.logging.lo

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

2021-08-28 Thread GitBox
coldtobi commented on a change in pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r697873836 ## File path: src/main/cpp/threadutility.cpp ## @@ -44,19 +50,23 @@ void ThreadUtility::configureFuncs( ThreadStartPre pre_start, void ThreadUtil

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

2021-08-28 Thread GitBox
rm5248 commented on a change in pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r697925078 ## File path: src/main/cpp/threadutility.cpp ## @@ -44,19 +50,23 @@ void ThreadUtility::configureFuncs( ThreadStartPre pre_start, void ThreadUtilit

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

2021-08-28 Thread GitBox
rm5248 commented on a change in pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r697925078 ## File path: src/main/cpp/threadutility.cpp ## @@ -44,19 +50,23 @@ void ThreadUtility::configureFuncs( ThreadStartPre pre_start, void ThreadUtilit

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

2021-08-28 Thread GitBox
coldtobi commented on a change in pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r697927015 ## File path: src/main/cpp/threadutility.cpp ## @@ -44,19 +50,23 @@ void ThreadUtility::configureFuncs( ThreadStartPre pre_start, void ThreadUtil

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

2021-08-28 Thread GitBox
coldtobi commented on a change in pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r697927015 ## File path: src/main/cpp/threadutility.cpp ## @@ -44,19 +50,23 @@ void ThreadUtility::configureFuncs( ThreadStartPre pre_start, void ThreadUtil

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

2021-08-28 Thread GitBox
coldtobi commented on a change in pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r697927015 ## File path: src/main/cpp/threadutility.cpp ## @@ -44,19 +50,23 @@ void ThreadUtility::configureFuncs( ThreadStartPre pre_start, void ThreadUtil

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

2021-08-28 Thread GitBox
coldtobi commented on a change in pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r697927015 ## File path: src/main/cpp/threadutility.cpp ## @@ -44,19 +50,23 @@ void ThreadUtility::configureFuncs( ThreadStartPre pre_start, void ThreadUtil

[GitHub] [logging-log4j2] carterkozak opened a new pull request #573: Reduce PatternLayout branching

2021-08-29 Thread GitBox
carterkozak opened a new pull request #573: URL: https://github.com/apache/logging-log4j2/pull/573 Prefer fewer conditionals based on types known ahead of time. Serializer extends Serializer2 with a default implementation of the encode method -- all of our implementations of the Ser

[GitHub] [logging-log4j2] carterkozak commented on pull request #565: LOG4J2-2808 LoggerContext should skip looking up localhost when hostName is configured

2021-08-29 Thread GitBox
carterkozak commented on pull request #565: URL: https://github.com/apache/logging-log4j2/pull/565#issuecomment-907946139 I've applied the fix as 177a85708535cad6a3e0af9468f323135cc91fbd, thanks for the contribution! -- This is an automated message from the Apache Git Service. To respond

[GitHub] [logging-log4j2] carterkozak closed pull request #565: LOG4J2-2808 LoggerContext should skip looking up localhost when hostName is configured

2021-08-29 Thread GitBox
carterkozak closed pull request #565: URL: https://github.com/apache/logging-log4j2/pull/565 -- 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] vy closed pull request #571: doc: fix typos

2021-08-30 Thread GitBox
vy closed pull request #571: URL: https://github.com/apache/logging-log4j2/pull/571 -- 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 commented on pull request #571: doc: fix typos

2021-08-30 Thread GitBox
vy commented on pull request #571: URL: https://github.com/apache/logging-log4j2/pull/571#issuecomment-908150631 @yaojingguo, thanks so much for taking time to submit a PR to improve the documentation! Much appreciated! Though sadly these are not typos. For instance, linked statements appl

[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request #575: Bump actions/setup-java from 2.2.0 to 2.3.0

2021-08-30 Thread GitBox
dependabot[bot] opened a new pull request #575: URL: https://github.com/apache/logging-log4j2/pull/575 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.2.0 to 2.3.0. Release notes Sourced from https://github.com/actions/setup-java/releases";>actions/setup-j

[GitHub] [logging-log4j2] vy commented on pull request #575: Bump actions/setup-java from 2.2.0 to 2.3.0

2021-08-30 Thread GitBox
vy commented on pull request #575: URL: https://github.com/apache/logging-log4j2/pull/575#issuecomment-908247836 Before blindly merging this PR, let's add `cache` option and while we are at it, rename `adopt` to `temurin`. -- This is an automated message from the Apache Git Service. To r

[GitHub] [logging-log4j2] garydgregory commented on pull request #575: Bump actions/setup-java from 2.2.0 to 2.3.0

2021-08-30 Thread GitBox
garydgregory commented on pull request #575: URL: https://github.com/apache/logging-log4j2/pull/575#issuecomment-908278574 Sounds good. Gary On Mon, Aug 30, 2021, 07:02 Volkan Yazıcı ***@***.***> wrote: > Before blindly merging this PR, let's add cache option and while w

[GitHub] [logging-log4j2] yaojingguo commented on pull request #571: doc: fix typos

2021-08-30 Thread GitBox
yaojingguo commented on pull request #571: URL: https://github.com/apache/logging-log4j2/pull/571#issuecomment-908422218 > For instance, linked statements apply to both eventTemplate and eventTemplateUri, hence the eventTemplate[Uri]. @vy Could you please kindly show me how to use `

[GitHub] [logging-log4j2] carterkozak commented on pull request #572: LOG4J2-3153: PreciseClock doesn't impact DatePatternConverter performance

2021-08-30 Thread GitBox
carterkozak commented on pull request #572: URL: https://github.com/apache/logging-log4j2/pull/572#issuecomment-908541298 Applied to release-2.x + master -- 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 t

[GitHub] [logging-log4j2] carterkozak closed pull request #572: LOG4J2-3153: PreciseClock doesn't impact DatePatternConverter performance

2021-08-30 Thread GitBox
carterkozak closed pull request #572: URL: https://github.com/apache/logging-log4j2/pull/572 -- 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] vy commented on pull request #571: doc: fix typos

2021-08-30 Thread GitBox
vy commented on pull request #571: URL: https://github.com/apache/logging-log4j2/pull/571#issuecomment-908696388 The entire documentation assumes that square brackets are used for optional parameters. Hence, in the case of, e.g., `eventTemplate[Uri]`, it means the statement applies to both

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

2021-08-30 Thread GitBox
rm5248 commented on a change in pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r698859515 ## File path: src/main/cpp/threadutility.cpp ## @@ -44,19 +50,23 @@ void ThreadUtility::configureFuncs( ThreadStartPre pre_start, void ThreadUtilit

[GitHub] [logging-log4cxx] rm5248 merged pull request #68: LOGCXX-431

2021-08-30 Thread GitBox
rm5248 merged pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68 -- 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] coldtobi commented on a change in pull request #68: LOGCXX-431

2021-08-30 Thread GitBox
coldtobi commented on a change in pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r699005019 ## File path: src/main/cpp/threadutility.cpp ## @@ -44,19 +50,23 @@ void ThreadUtility::configureFuncs( ThreadStartPre pre_start, void ThreadUtil

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

2021-08-31 Thread GitBox
rm5248 commented on a change in pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r698859515 ## File path: src/main/cpp/threadutility.cpp ## @@ -44,19 +50,23 @@ void ThreadUtility::configureFuncs( ThreadStartPre pre_start, void ThreadUtilit

[GitHub] [logging-log4j2] carterkozak closed pull request #572: LOG4J2-3153: PreciseClock doesn't impact DatePatternConverter performance

2021-08-31 Thread GitBox
carterkozak closed pull request #572: URL: https://github.com/apache/logging-log4j2/pull/572 -- 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-log4cxx] coldtobi commented on a change in pull request #68: LOGCXX-431

2021-08-31 Thread GitBox
coldtobi commented on a change in pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r699005019 ## File path: src/main/cpp/threadutility.cpp ## @@ -44,19 +50,23 @@ void ThreadUtility::configureFuncs( ThreadStartPre pre_start, void ThreadUtil

[GitHub] [logging-log4cxx] rm5248 merged pull request #68: LOGCXX-431

2021-08-31 Thread GitBox
rm5248 merged pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68 -- 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-log4j2] vy commented on pull request #571: doc: fix typos

2021-08-31 Thread GitBox
vy commented on pull request #571: URL: https://github.com/apache/logging-log4j2/pull/571#issuecomment-908696388 The entire documentation assumes that square brackets are used for optional parameters. Hence, in the case of, e.g., `eventTemplate[Uri]`, it means the statement applies to both

[GitHub] [logging-log4j2] carterkozak commented on pull request #572: LOG4J2-3153: PreciseClock doesn't impact DatePatternConverter performance

2021-08-31 Thread GitBox
carterkozak commented on pull request #572: URL: https://github.com/apache/logging-log4j2/pull/572#issuecomment-908541298 Applied to release-2.x + master -- 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 t

[GitHub] [logging-log4j2] yaojingguo commented on pull request #571: doc: fix typos

2021-08-31 Thread GitBox
yaojingguo commented on pull request #571: URL: https://github.com/apache/logging-log4j2/pull/571#issuecomment-908422218 > For instance, linked statements apply to both eventTemplate and eventTemplateUri, hence the eventTemplate[Uri]. @vy Could you please kindly show me how to use `

[GitHub] [logging-log4j2] carterkozak opened a new pull request #576: JTL InstantFormatter invalidates cached FixedDateFormat as expected

2021-09-01 Thread GitBox
carterkozak opened a new pull request #576: URL: https://github.com/apache/logging-log4j2/pull/576 Previously more precise patterns would be cached unexpectedly within a millisecond interval, all using the microsecond or nanosecond value of the first event that millisecond. -- This

[GitHub] [logging-log4j2] vy commented on pull request #576: JTL InstantFormatter invalidates cached FixedDateFormat as expected

2021-09-01 Thread GitBox
vy commented on pull request #576: URL: https://github.com/apache/logging-log4j2/pull/576#issuecomment-910285774 Great catch! Thanks so much @carterkozak! -- 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

[GitHub] [logging-log4j2] vy merged pull request #576: JTL InstantFormatter invalidates cached FixedDateFormat as expected

2021-09-01 Thread GitBox
vy merged pull request #576: URL: https://github.com/apache/logging-log4j2/pull/576 -- 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 commented on pull request #576: JTL InstantFormatter invalidates cached FixedDateFormat as expected

2021-09-01 Thread GitBox
vy commented on pull request #576: URL: https://github.com/apache/logging-log4j2/pull/576#issuecomment-910287283 Cherry-picked to `master`. -- 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 sp

[GitHub] [logging-log4j2] carterkozak merged pull request #577: LOG4J2-3159 Fixed an unlikely race condition in Log4jMarker.getParents

2021-09-02 Thread GitBox
carterkozak merged pull request #577: URL: https://github.com/apache/logging-log4j2/pull/577 -- 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] travisspencer opened a new pull request #578: Pass params to log messages that expect params

2021-09-07 Thread GitBox
travisspencer opened a new pull request #578: URL: https://github.com/apache/logging-log4j2/pull/578 Fixed a couple log messages that were missing params. -- 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

[GitHub] [logging-log4j2] carterkozak merged pull request #578: Pass params to log messages that expect params

2021-09-07 Thread GitBox
carterkozak merged pull request #578: URL: https://github.com/apache/logging-log4j2/pull/578 -- 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] sman-81 commented on pull request #542: LOG4J2-2785: Added support for pattern Layout to abbreviate logger or class names except n rightmost words

2021-09-07 Thread GitBox
sman-81 commented on pull request #542: URL: https://github.com/apache/logging-log4j2/pull/542#issuecomment-914959246 @carterkozak Here's another small update to my pull request. Can you merge it into the release branch please? -- This is an automated message from the Apache Git Servic

[GitHub] [logging-log4cxx] rm5248 opened a new pull request #70: Added ability to configure thread functions through configuration file

2021-09-08 Thread GitBox
rm5248 opened a new pull request #70: URL: https://github.com/apache/logging-log4cxx/pull/70 As requested in LOGCXX-431 by @coldtobi, the new thread configuration blocks signals on POSIX by default. A new option for the configuration files has also been added, so that you may config

[GitHub] [logging-log4j2] travisspencer commented on pull request #578: Pass params to log messages that expect params

2021-09-08 Thread GitBox
travisspencer commented on pull request #578: URL: https://github.com/apache/logging-log4j2/pull/578#issuecomment-915501455 Thanks, @carterkozak , for accepting this fix. Do you know if I can get a build of this off the CI server somehow? I need the fix to test some other stuff, and I'm no

[GitHub] [logging-log4j2] carterkozak commented on pull request #578: Pass params to log messages that expect params

2021-09-08 Thread GitBox
carterkozak commented on pull request #578: URL: https://github.com/apache/logging-log4j2/pull/578#issuecomment-915504002 It works best if you target the 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

[GitHub] [logging-log4j2] travisspencer commented on pull request #578: Pass params to log messages that expect params

2021-09-08 Thread GitBox
travisspencer commented on pull request #578: URL: https://github.com/apache/logging-log4j2/pull/578#issuecomment-915515500 Ah, good to know. Would it help at all if I cherry-pick it to that branch and make a separate PR or do commits to the main line get back-ported automatically somehow?

[GitHub] [logging-log4j2] carterkozak commented on pull request #578: Pass params to log messages that expect params

2021-09-08 Thread GitBox
carterkozak commented on pull request #578: URL: https://github.com/apache/logging-log4j2/pull/578#issuecomment-915521576 When I merge changes I cherry-pick them to the other branch, no need to create additional PRs since it tends to split the discussion. We add changelog entries for most

<    25   26   27   28   29   30   31   32   33   34   >