vy commented on pull request #662:
URL: https://github.com/apache/logging-log4j2/pull/662#issuecomment-1018284569
AFAIK, Tomcat is only used by `log4j-appserver`. There I don't see any
dependencies on the `javax` namespace, but just an implementation of
`org.apache.juli.logging.Log` packag
Markus Duft created LOG4J2-3358:
---
Summary: 2.17.1: JsonLayout Context no longer working.
Key: LOG4J2-3358
URL: https://issues.apache.org/jira/browse/LOG4J2-3358
Project: Log4j 2
Issue Type: Bug
[
https://issues.apache.org/jira/browse/LOG4J2-3358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Markus Duft updated LOG4J2-3358:
Description:
We're creating a RollingFileAppender programmatically using a JsonLayout. This
uses
vy merged pull request #725:
URL: https://github.com/apache/logging-log4j2/pull/725
--
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-
ppkarwasz commented on pull request #708:
URL: https://github.com/apache/logging-log4j2/pull/708#issuecomment-1018420349
@garydgregory,
I rebased the PR and added a failsafe to `BuilderManager#createBuilder`: if
a builder does not implement any of the `*Builder` interfaces a warning
BUILD UNSTABLE
Build URL
https://ci-builds.apache.org/job/Logging/job/log4j/job/release-2.x/785/
Project:
release-2.x
Date of build:
Fri, 21 Jan 2022 10:41:59 +
Build duration:
1 hr 29 min and counting
JUnit Tests
Name: (root) Failed: 0 test(s),
Tukesh created LOG4J2-3359:
--
Summary: Facility and priority add appended in Syslog message when
Syslog log appender and pattern layout is used with log4j1-2 bridge API
Key: LOG4J2-3359
URL: https://issues.apache.org/jira
[
https://issues.apache.org/jira/browse/LOG4J2-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tukesh updated LOG4J2-3359:
---
Summary: Facility and priority missing in Syslog message when Syslog log
appender and pattern layout is use
[
https://issues.apache.org/jira/browse/LOG4J2-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tukesh updated LOG4J2-3359:
---
Environment:
JDK 1.8
-Dlog4j1.compatibility=true
log4j.properties file :-
log4j.rootLogger=DEBUG,SYSLOG
[
https://issues.apache.org/jira/browse/LOG4J2-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tukesh updated LOG4J2-3359:
---
Attachment: bug_fac_pri.pcapng
> Facility and priority missing in Syslog message when Syslog log appender a
[
https://issues.apache.org/jira/browse/LOG4J2-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tukesh updated LOG4J2-3359:
---
Description: FACILITY and PRIORITY is not included when log4j bridge API
sends SysLog message. Please find t
[
https://issues.apache.org/jira/browse/LOG4J2-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480064#comment-17480064
]
Gary D. Gregory commented on LOG4J2-3359:
-
Hi [~TukeshK]
I recently fixed some
[
https://issues.apache.org/jira/browse/LOG4J2-3358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480069#comment-17480069
]
Volkan Yazici commented on LOG4J2-3358:
---
For one, I strongly recommend you to use
garydgregory merged pull request #708:
URL: https://github.com/apache/logging-log4j2/pull/708
--
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: noti
garydgregory commented on pull request #661:
URL: https://github.com/apache/logging-log4j2/pull/661#issuecomment-1018518371
Hi @rgoers,
Merge or Close?
--
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
[
https://issues.apache.org/jira/browse/LOG4J2-3358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carter Kozak reassigned LOG4J2-3358:
Assignee: Carter Kozak
> 2.17.1: JsonLayout Context no longer working.
>
carterkozak opened a new pull request #726:
URL: https://github.com/apache/logging-log4j2/pull/726
The problem is that some configuration creation paths fail to
use the Interpolator constructor which loads all plugins. This
produces inconsistent behavior based on the configuration cons
BUILD UNSTABLE
Build URL
https://ci-builds.apache.org/job/Logging/job/log4j/job/release-2.x/787/
Project:
release-2.x
Date of build:
Fri, 21 Jan 2022 13:28:36 +
Build duration:
1 hr 10 min and counting
JUnit Tests
Name: (root) Failed: 0 test(s),
vy commented on a change in pull request #726:
URL: https://github.com/apache/logging-log4j2/pull/726#discussion_r789717797
##
File path:
log4j-core/src/test/java/org/apache/logging/log4j/core/layout/JsonLayoutTest.java
##
@@ -604,6 +608,37 @@ public void testEmptyValuesAreIgn
avandeursen commented on pull request #721:
URL: https://github.com/apache/logging-log4j2/pull/721#issuecomment-1018587402
Thanks! Based on the feedback I made a few changes.
For the test with the known format, I indeed added the test whether the
returned date is today (and even adde
carterkozak commented on pull request #726:
URL: https://github.com/apache/logging-log4j2/pull/726#issuecomment-1018588038
TODO: More description and context, I'll try to write something up by the
end of the day
--
This is an automated message from the Apache Git Service.
To respond to t
avandeursen commented on a change in pull request #721:
URL: https://github.com/apache/logging-log4j2/pull/721#discussion_r789731643
##
File path:
log4j-core/src/test/java/org/apache/logging/log4j/core/lookup/DateLookupTest.java
##
@@ -23,31 +23,42 @@
import org.junit.jupiter
[
https://issues.apache.org/jira/browse/LOG4J2-3356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480123#comment-17480123
]
Volkan Yazici commented on LOG4J2-3356:
---
[~ruffp], I have passed your question to
carterkozak commented on a change in pull request #726:
URL: https://github.com/apache/logging-log4j2/pull/726#discussion_r789743264
##
File path:
log4j-core/src/test/java/org/apache/logging/log4j/core/layout/JsonLayoutTest.java
##
@@ -604,6 +608,37 @@ public void testEmptyVal
Volkan Yazici created LOG4J2-3360:
-
Summary: Document unsafe lookup usage patterns
Key: LOG4J2-3360
URL: https://issues.apache.org/jira/browse/LOG4J2-3360
Project: Log4j 2
Issue Type: Improve
[
https://issues.apache.org/jira/browse/LOG4J2-3298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480133#comment-17480133
]
Volkan Yazici commented on LOG4J2-3298:
---
[~mattrpav], any updates?
> Update JSONT
vy commented on pull request #661:
URL: https://github.com/apache/logging-log4j2/pull/661#issuecomment-1018607212
I am in favor of merging this, checks are green.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
vy merged pull request #721:
URL: https://github.com/apache/logging-log4j2/pull/721
--
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-
[
https://issues.apache.org/jira/browse/LOG4J2-3357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ralph Goers reassigned LOG4J2-3357:
---
Assignee: Ralph Goers
> CronExpression.getTimeBefore() calculates incorrect result
> --
vy commented on pull request #721:
URL: https://github.com/apache/logging-log4j2/pull/721#issuecomment-1018630640
@avandeursen, I think the tests could be improved in many angles, but yours
is certainly an improvement anyway and I have neither time, nor interest to
invest on this further.
[
https://issues.apache.org/jira/browse/LOG4J2-3356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480149#comment-17480149
]
Ralph Goers commented on LOG4J2-3356:
-
[~vy] What he posts above does indeed look wr
[
https://issues.apache.org/jira/browse/LOG4J2-3356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480153#comment-17480153
]
ASF subversion and git services commented on LOG4J2-3356:
-
Commi
[
https://issues.apache.org/jira/browse/LOG4J2-3356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480156#comment-17480156
]
Volkan Yazici commented on LOG4J2-3356:
---
[~ruffp], committed a change to the {{rel
[
https://issues.apache.org/jira/browse/LOG4J2-3356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on LOG4J2-3356 started by Volkan Yazici.
-
> The sub module log4j-layout-template-json seems not properly configured to
[
https://issues.apache.org/jira/browse/LOG4J2-3356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Volkan Yazici reassigned LOG4J2-3356:
-
Assignee: Volkan Yazici
> The sub module log4j-layout-template-json seems not properly
[
https://issues.apache.org/jira/browse/LOG4NET-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480184#comment-17480184
]
Manuel Spezzani commented on LOG4NET-683:
-
I'm experiencing exactly the same iss
atulpendse commented on pull request #683:
URL: https://github.com/apache/logging-log4j2/pull/683#issuecomment-1018735056
Looks like a test is failing on MacOS. Failure doesn't look related to my
changes though. I don't have access to Mac to find out why exactly it's failing.
--
This is
ppkarwasz commented on pull request #711:
URL: https://github.com/apache/logging-log4j2/pull/711#issuecomment-1018782447
@garydgregory, everything should be Ok now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
carterkozak closed pull request #697:
URL: https://github.com/apache/logging-log4j2/pull/697
--
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
garydgregory commented on pull request #711:
URL: https://github.com/apache/logging-log4j2/pull/711#issuecomment-101578
@ppkarwasz
CC: @rgoers
Something is not quite right IMO: All the layout builders in this package
build core layouts and wrap them. Why should this one be diffe
carterkozak edited a comment on pull request #726:
URL: https://github.com/apache/logging-log4j2/pull/726#issuecomment-1018588038
in 2.17.1 we paired down the list of allowed lookups based on javadoc,
however that wasn't correct because the objects aren't always used precisely
how the Abst
[
https://issues.apache.org/jira/browse/LOG4J2-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480303#comment-17480303
]
Carter Kozak commented on LOG4J2-3288:
--
[~rgoers] I'd like to reintroduce the rever
[
https://issues.apache.org/jira/browse/LOG4J2-3328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480304#comment-17480304
]
Paul Cooper commented on LOG4J2-3328:
-
Gary,
I pulled the latest snapshot build fro
[
https://issues.apache.org/jira/browse/LOG4J2-3328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480305#comment-17480305
]
Gary D. Gregory commented on LOG4J2-3328:
-
Probably maybe possibly in 2 weeks or
carterkozak closed pull request #656:
URL: https://github.com/apache/logging-log4j2/pull/656
--
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 merged pull request #726:
URL: https://github.com/apache/logging-log4j2/pull/726
--
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
[
https://issues.apache.org/jira/browse/LOG4J2-3358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480307#comment-17480307
]
ASF subversion and git services commented on LOG4J2-3358:
-
Commi
[
https://issues.apache.org/jira/browse/LOG4J2-3358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480312#comment-17480312
]
ASF subversion and git services commented on LOG4J2-3358:
-
Commi
[
https://issues.apache.org/jira/browse/LOG4J2-3358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carter Kozak resolved LOG4J2-3358.
--
Resolution: Fixed
> 2.17.1: JsonLayout Context no longer working.
> --
[
https://issues.apache.org/jira/browse/LOG4J2-3358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480313#comment-17480313
]
Carter Kozak commented on LOG4J2-3358:
--
[~mduft] Please verify with a snapshot and
[
https://issues.apache.org/jira/browse/LOG4J2-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carter Kozak updated LOG4J2-3288:
-
Fix Version/s: 2.17.2
> Interpolator non-plugin codepath doesn't include all log4j-core lookups
[
https://issues.apache.org/jira/browse/LOG4J2-3358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carter Kozak updated LOG4J2-3358:
-
Fix Version/s: 2.17.2
> 2.17.1: JsonLayout Context no longer working.
>
[
https://issues.apache.org/jira/browse/LOG4J2-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carter Kozak resolved LOG4J2-3288.
--
Resolution: Fixed
Closing via
Commit 7ca3c4f5f206ca81dfdda2699703c9abc4d22624 in logging-log4j
[
https://issues.apache.org/jira/browse/LOG4J2-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carter Kozak closed LOG4J2-3288.
> Interpolator non-plugin codepath doesn't include all log4j-core lookups
> --
[
https://issues.apache.org/jira/browse/LOG4J2-3358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480315#comment-17480315
]
ASF subversion and git services commented on LOG4J2-3358:
-
Commi
[
https://issues.apache.org/jira/browse/LOG4J2-3358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480316#comment-17480316
]
ASF subversion and git services commented on LOG4J2-3358:
-
Commi
[
https://issues.apache.org/jira/browse/LOG4J2-?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carter Kozak updated LOG4J2-:
-
Fix Version/s: 2.17.2
> Classloader deadlock in ThreadContextDataInjector
>
[
https://issues.apache.org/jira/browse/LOG4J2-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480317#comment-17480317
]
ASF subversion and git services commented on LOG4J2-:
-
Commi
[
https://issues.apache.org/jira/browse/LOG4J2-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480318#comment-17480318
]
ASF subversion and git services commented on LOG4J2-:
-
Commi
[
https://issues.apache.org/jira/browse/LOG4J2-?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carter Kozak resolved LOG4J2-.
--
Resolution: Fixed
I've resolved the issue on release-2.x for 2.17.2 – please verify from a
sn
[
https://issues.apache.org/jira/browse/LOG4J2-3346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carter Kozak closed LOG4J2-3346.
Resolution: Duplicate
> After 2.17.0 upgarde Route appenders with dynamic file writing are not
>
carterkozak commented on a change in pull request #722:
URL: https://github.com/apache/logging-log4j2/pull/722#discussion_r790087262
##
File path:
log4j-core/src/main/java/org/apache/logging/log4j/core/config/Property.java
##
@@ -57,6 +63,14 @@ public String getName() {
[
https://issues.apache.org/jira/browse/LOG4J2-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480325#comment-17480325
]
ASF subversion and git services commented on LOG4J2-3343:
-
Commi
[
https://issues.apache.org/jira/browse/LOG4J2-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480326#comment-17480326
]
ASF subversion and git services commented on LOG4J2-3343:
-
Commi
[
https://issues.apache.org/jira/browse/LOG4J2-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt Sicker resolved LOG4J2-3343.
-
Fix Version/s: (was: 2.17.2)
Resolution: Won't Fix
Closing this as the feature can be
[
https://issues.apache.org/jira/browse/LOG4J2-3354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480336#comment-17480336
]
Matt Sicker commented on LOG4J2-3354:
-
Something like this in the parent pom might w
[
https://issues.apache.org/jira/browse/LOG4J2-3037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480342#comment-17480342
]
Matt Sicker commented on LOG4J2-3037:
-
This still seems relevant, though with the me
BUILD UNSTABLE
Build URL
https://ci-builds.apache.org/job/Logging/job/log4j/job/release-2.x/796/
Project:
release-2.x
Date of build:
Sat, 22 Jan 2022 03:41:52 +
Build duration:
1 hr 9 min and counting
JUnit Tests
Name: (root) Failed: 0 test(s), P
[
https://issues.apache.org/jira/browse/LOG4J2-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tukesh updated LOG4J2-3359:
---
Attachment: bug_fac_pri2.pcapng.pcap
> Facility and priority missing in Syslog message when Syslog log appe
[
https://issues.apache.org/jira/browse/LOG4J2-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tukesh updated LOG4J2-3359:
---
Attachment: LoggerExample.java
> Facility and priority missing in Syslog message when Syslog log appender a
[
https://issues.apache.org/jira/browse/LOG4J2-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tukesh updated LOG4J2-3359:
---
Attachment: log4j.properties
> Facility and priority missing in Syslog message when Syslog log appender and
[
https://issues.apache.org/jira/browse/LOG4J2-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tukesh updated LOG4J2-3359:
---
Environment:
This issue is reproducible with log4j-2.17.1 & log4j-2-17-2
JDK 1.8
-Dlog4j1.compatibility=tr
[
https://issues.apache.org/jira/browse/LOG4J2-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480368#comment-17480368
]
Tukesh commented on LOG4J2-3359:
[~ggregory] - I tried using 2.17.2-SNAPSHOT build stil
73 matches
Mail list logo