[jira] [Created] (LOG4J2-3127) Log4j2 auto-initialization for servlet version 2.5

2021-07-19 Thread Suman (Jira)
Suman created LOG4J2-3127: - Summary: Log4j2 auto-initialization for servlet version 2.5 Key: LOG4J2-3127 URL: https://issues.apache.org/jira/browse/LOG4J2-3127 Project: Log4j 2 Issue Type: Bug

[jira] [Updated] (LOG4J2-3126) file permissions doesn't work on RollingRandomAccessFile appender

2021-07-19 Thread tony (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] tony updated LOG4J2-3126: - Description: I'm using a RollingRandomAccessFile appender in my log4j2 config, I want the log file has permissi

[jira] [Updated] (LOG4J2-3126) file permissions doesn't work on RollingRandomAccessFile appender

2021-07-19 Thread tony (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] tony updated LOG4J2-3126: - Description: I'm using a RollingRandomAccessFile appender in my log4j2 config, I want the log file has permissi

[jira] [Updated] (LOG4J2-3126) file permissions doesn't work on RollingRandomAccessFile appender

2021-07-19 Thread tony (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] tony updated LOG4J2-3126: - Attachment: Screen Shot 2021-07-19 at 8.51.29 PM.png > file permissions doesn't work on RollingRandomAccessFile

[jira] [Created] (LOG4J2-3126) file permissions doesn't work on RollingRandomAccessFile appender

2021-07-19 Thread tony (Jira)
tony created LOG4J2-3126: Summary: file permissions doesn't work on RollingRandomAccessFile appender Key: LOG4J2-3126 URL: https://issues.apache.org/jira/browse/LOG4J2-3126 Project: Log4j 2 Issue Ty

[GitHub] [logging-log4j2] vy commented on pull request #551: LOG4J2-3116 Add GCP logging layout

2021-07-19 Thread GitBox
vy commented on pull request #551: URL: https://github.com/apache/logging-log4j2/pull/551#issuecomment-882917321 @rocketraman, thanks so much again. I will do necessary git magic tomorrow to make your commits in #543 visible. -- This is an automated message from the Apache Git Service. T

[GitHub] [logging-log4j2] vy commented on a change in pull request #551: LOG4J2-3116 Add GCP logging layout

2021-07-19 Thread GitBox
vy commented on a change in pull request #551: URL: https://github.com/apache/logging-log4j2/pull/551#discussion_r672688480 ## File path: log4j-layout-template-json/src/test/java/org/apache/logging/log4j/layout/template/json/GcpLayoutTest.java ## @@ -0,0 +1,221 @@ +/* + * Lice

[jira] [Commented] (LOG4J2-3116) Support Google Cloud Logging structured output via JsonTemplateLayout

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

[GitHub] [logging-log4j2] vy commented on a change in pull request #551: LOG4J2-3116 Add GCP logging layout

2021-07-19 Thread GitBox
vy commented on a change in pull request #551: URL: https://github.com/apache/logging-log4j2/pull/551#discussion_r672678885 ## File path: log4j-layout-template-json/src/main/resources/GcpLayout.json ## @@ -0,0 +1,67 @@ +{ + "timestamp": { +"$resolver": "timestamp", +"p

[GitHub] [logging-log4j2] vy commented on pull request #543: LOG4J2-3116 Google Cloud structured logging via JsonTemplate

2021-07-19 Thread GitBox
vy commented on pull request #543: URL: https://github.com/apache/logging-log4j2/pull/543#issuecomment-882905913 @rocketraman, sorry for the mess. I very well see your point for _commit credit_. I will base #551 on top of #543. -- This is an automated message from the Apache Git Service.

[GitHub] [logging-log4j2] rocketraman closed pull request #543: LOG4J2-3116 Google Cloud structured logging via JsonTemplate

2021-07-19 Thread GitBox
rocketraman closed pull request #543: URL: https://github.com/apache/logging-log4j2/pull/543 -- 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] rocketraman commented on a change in pull request #551: LOG4J2-3116 Add GCP logging layout

2021-07-19 Thread GitBox
rocketraman commented on a change in pull request #551: URL: https://github.com/apache/logging-log4j2/pull/551#discussion_r672657984 ## File path: log4j-layout-template-json/src/main/resources/GcpLayout.json ## @@ -0,0 +1,67 @@ +{ + "timestamp": { +"$resolver": "timestamp"

[GitHub] [logging-log4j2] rocketraman commented on pull request #543: LOG4J2-3116 Google Cloud structured logging via JsonTemplate

2021-07-19 Thread GitBox
rocketraman commented on pull request #543: URL: https://github.com/apache/logging-log4j2/pull/543#issuecomment-882885332 > @rocketraman, I have pushed my changes to #551. I had already started working on the ticket before you had submitted your PR, hence I wanted to stick to that. #551 ha

[GitHub] [logging-log4j2] vy commented on a change in pull request #543: LOG4J2-3116 Google Cloud structured logging via JsonTemplate

2021-07-19 Thread GitBox
vy commented on a change in pull request #543: URL: https://github.com/apache/logging-log4j2/pull/543#discussion_r672653256 ## File path: src/site/asciidoc/manual/json-template-layout.adoc.vm ## @@ -410,6 +410,15 @@ artifact, which contains the following predefined event templ

[GitHub] [logging-log4j2] vy commented on a change in pull request #543: LOG4J2-3116 Google Cloud structured logging via JsonTemplate

2021-07-19 Thread GitBox
vy commented on a change in pull request #543: URL: https://github.com/apache/logging-log4j2/pull/543#discussion_r672652484 ## File path: log4j-layout-template-json/src/test/java/org/apache/logging/log4j/layout/template/json/GcpLayoutTest.java ## @@ -0,0 +1,76 @@ +/* + * Licen

[GitHub] [logging-log4j2] vy commented on a change in pull request #543: LOG4J2-3116 Google Cloud structured logging via JsonTemplate

2021-07-19 Thread GitBox
vy commented on a change in pull request #543: URL: https://github.com/apache/logging-log4j2/pull/543#discussion_r672651484 ## File path: log4j-layout-template-json/src/test/java/org/apache/logging/log4j/layout/template/json/GcpLayoutTest.java ## @@ -0,0 +1,163 @@ +/* + * Lice

[GitHub] [logging-log4j2] vy commented on pull request #543: LOG4J2-3116 Google Cloud structured logging via JsonTemplate

2021-07-19 Thread GitBox
vy commented on pull request #543: URL: https://github.com/apache/logging-log4j2/pull/543#issuecomment-882880077 @rocketraman, I have pushed my changes to #551. I had already started working on the ticket before you had submitted your PR, hence I wanted to stick to that. Nevertheless, cred

[GitHub] [logging-log4j2] vy opened a new pull request #551: LOG4J2-3116 Add GCP logging layout

2021-07-19 Thread GitBox
vy opened a new pull request #551: URL: https://github.com/apache/logging-log4j2/pull/551 This PR aims to supersede #543. -- 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. T

[jira] [Commented] (LOG4J2-3116) Support Google Cloud Logging structured output via JsonTemplateLayout

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

[GitHub] [logging-log4j2] vy commented on a change in pull request #543: LOG4J2-3116 Google Cloud structured logging via JsonTemplate

2021-07-19 Thread GitBox
vy commented on a change in pull request #543: URL: https://github.com/apache/logging-log4j2/pull/543#discussion_r672632995 ## File path: log4j-layout-template-json/src/test/java/org/apache/logging/log4j/layout/template/json/GcpLayoutTest.java ## @@ -0,0 +1,163 @@ +/* + * Lice

[GitHub] [logging-log4j2] vy commented on a change in pull request #543: LOG4J2-3116 Google Cloud structured logging via JsonTemplate

2021-07-19 Thread GitBox
vy commented on a change in pull request #543: URL: https://github.com/apache/logging-log4j2/pull/543#discussion_r672627108 ## File path: log4j-layout-template-json/src/test/java/org/apache/logging/log4j/layout/template/json/GcpLayoutTest.java ## @@ -0,0 +1,163 @@ +/* + * Lice

[GitHub] [logging-parent] dependabot[bot] opened a new pull request #2: Bump apache from 23 to 24

2021-07-19 Thread GitBox
dependabot[bot] opened a new pull request #2: URL: https://github.com/apache/logging-parent/pull/2 Bumps [apache](https://github.com/apache/maven-apache-parent) from 23 to 24. Commits See full diff in https://github.com/apache/maven-apache-parent/commits";>compare view