[GitHub] [logging-log4j2] chenrui333 commented on pull request #519: Bump openjdk from 8 to 16

2021-06-22 Thread GitBox
chenrui333 commented on pull request #519: URL: https://github.com/apache/logging-log4j2/pull/519#issuecomment-866413428 > I don't think it matters. As I said before you committed this, I don't believe we use the Dockerfile for anything. If we did this already wouldn't be working since we

[GitHub] [logging-log4j2] chenrui333 commented on pull request #519: Bump openjdk from 8 to 16

2021-06-22 Thread GitBox
chenrui333 commented on pull request #519: URL: https://github.com/apache/logging-log4j2/pull/519#issuecomment-866413135 > @chenrui333, can we fix this to OpenJDK 11? yeah, we can totally pin the version in the dependabot for what version we preferred. -- This is an automated mess

[GitHub] [logging-log4j2] sman-81 commented on pull request #522: LOG4J2-3107

2021-06-22 Thread GitBox
sman-81 commented on pull request #522: URL: https://github.com/apache/logging-log4j2/pull/522#issuecomment-866121545 Hello @rgoers, I have submitted a corrected PR this afternoon, that goes against the release branch not master. Have a good evening. -- This is an automated message fr

[jira] [Comment Edited] (LOG4J2-3104) '{}' is not able to be appended with the empty attribute in json.

2021-06-22 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367425#comment-17367425 ] Ralph Goers edited comment on LOG4J2-3104 at 6/22/21, 3:00 PM: ---

[jira] [Commented] (LOG4J2-3104) '{}' is not able to be appended with the empty attribute in json.

2021-06-22 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367425#comment-17367425 ] Ralph Goers commented on LOG4J2-3104: - You don't need to check. I am pretty sure thi

[jira] [Comment Edited] (LOG4J2-3111) Filter which stops logging if disk space left is lower than a configurable threshold

2021-06-22 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367414#comment-17367414 ] Ralph Goers edited comment on LOG4J2-3111 at 6/22/21, 2:55 PM: ---

[jira] [Commented] (LOG4J2-3111) Filter which stops logging if disk space left is lower than a configurable threshold

2021-06-22 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367414#comment-17367414 ] Ralph Goers commented on LOG4J2-3111: - I have no problem with a PR that implements t

[GitHub] [logging-log4j2] sman-81 opened a new pull request #528: Bugfix for LOG4J2-3107: SmtpManager.createManagerName ignores port

2021-06-22 Thread GitBox
sman-81 opened a new pull request #528: URL: https://github.com/apache/logging-log4j2/pull/528 My fix for LOG4J2-3107 changes two files and adds one. The change is now targeted at the release-2.x branch not master. Hope you find it useful. -- This is an automated message from the Apac

[jira] [Updated] (LOG4J2-3111) Filter which stops logging if disk space left is lower than a configurable threshold

2021-06-22 Thread Adwait Kumar Singh (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adwait Kumar Singh updated LOG4J2-3111: --- Summary: Filter which stops logging if disk space left is lower than a configurable

[jira] [Updated] (LOG4J2-3111) Filter which stops logging if DiskUsage exceeds a particular threshold

2021-06-22 Thread Adwait Kumar Singh (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adwait Kumar Singh updated LOG4J2-3111: --- Description: This is a common scenario where in case a host's disk is getting full w

[GitHub] [logging-chainsaw] rm5248 merged pull request #9: JSON receiver for ECS log messages

2021-06-22 Thread GitBox
rm5248 merged pull request #9: URL: https://github.com/apache/logging-chainsaw/pull/9 -- 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. For queries about this service, plea

[jira] [Created] (LOG4J2-3111) Filter which stops logging if DiskUsage exceeds a particular threshold

2021-06-22 Thread Adwait Kumar Singh (Jira)
Adwait Kumar Singh created LOG4J2-3111: -- Summary: Filter which stops logging if DiskUsage exceeds a particular threshold Key: LOG4J2-3111 URL: https://issues.apache.org/jira/browse/LOG4J2-3111 Pr

[GitHub] [logging-log4j2] vy merged pull request #527: Add TimeBasedTriggeringPolicy#modulate default value to the manual

2021-06-22 Thread GitBox
vy merged pull request #527: URL: https://github.com/apache/logging-log4j2/pull/527 -- 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. For queries about this service, please

[GitHub] [logging-log4j2] Noobgam commented on a change in pull request #481: LOG4J2-3060 Fix integer overflow in DefaultErrorHandler

2021-06-22 Thread GitBox
Noobgam commented on a change in pull request #481: URL: https://github.com/apache/logging-log4j2/pull/481#discussion_r655495097 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/appender/DefaultErrorHandler.java ## @@ -84,14 +75,24 @@ public void error(fina

[GitHub] [logging-log4j2] vy commented on pull request #527: Add TimeBasedTriggeringPolicy#modulate default value to the manual

2021-06-22 Thread GitBox
vy commented on pull request #527: URL: https://github.com/apache/logging-log4j2/pull/527#issuecomment-865649894 Thanks for the improvement @NgSekLong! Keep them coming! (I will cherry-pick this onto `release-2.x` too.) -- This is an automated message from the Apache Git Service. To resp