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

2021-07-20 Thread Matt Sicker (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384313#comment-17384313 ] Matt Sicker commented on LOG4J2-3127: - If you don't want auto-initialization with th

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

2021-07-20 Thread GitBox
rocketraman commented on pull request #543: URL: https://github.com/apache/logging-log4j2/pull/543#issuecomment-883433350 > @rocketraman, sorry for the mess. I very well see your point for _commit credit_. I will base #551 on top of #543. I appreciate that @vy. I see you've merged th

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

2021-07-20 Thread GitBox
vy merged 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: notifications-

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

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

2021-07-20 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-20 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] rocketraman closed pull request #543: LOG4J2-3116 Google Cloud structured logging via JsonTemplate

2021-07-20 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] vy commented on pull request #543: LOG4J2-3116 Google Cloud structured logging via JsonTemplate

2021-07-20 Thread GitBox
vy commented on pull request #543: URL: https://github.com/apache/logging-log4j2/pull/543#issuecomment-882880077 -- 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 unsubscr

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

2021-07-20 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-log4j2] vy commented on pull request #551: LOG4J2-3116 Add GCP logging layout

2021-07-20 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-20 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 merged pull request #543: LOG4J2-3116 Google Cloud structured logging via JsonTemplate

2021-07-20 Thread GitBox
vy merged 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: notifications-

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

2021-07-20 Thread GitBox
vy closed pull request #551: URL: https://github.com/apache/logging-log4j2/pull/551 -- 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] rocketraman closed pull request #543: LOG4J2-3116 Google Cloud structured logging via JsonTemplate

2021-07-20 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-20 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-20 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 pull request #543: LOG4J2-3116 Google Cloud structured logging via JsonTemplate

2021-07-20 Thread GitBox
vy commented on pull request #543: URL: https://github.com/apache/logging-log4j2/pull/543#issuecomment-882880077 -- 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 unsubscr

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

2021-07-20 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-log4j2] vy commented on pull request #551: LOG4J2-3116 Add GCP logging layout

2021-07-20 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-20 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

[CI][SUCCESS] Logging/log4j/release-2.x#310 back to normal

2021-07-20 Thread Mr. Jenkins
BUILD SUCCESS Build URL https://ci-builds.apache.org/job/Logging/job/log4j/job/release-2.x/310/ Project: release-2.x Date of build: Tue, 20 Jul 2021 07:40:00 + Build duration: 1 hr 25 min and counting JUnit Tests Name: liquibase.ext.logging.log4j

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

2021-07-20 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volkan Yazici resolved LOG4J2-3116. --- Resolution: Fixed > Support Google Cloud Logging structured output via JsonTemplateLayout >

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

2021-07-20 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volkan Yazici closed LOG4J2-3116. - > Support Google Cloud Logging structured output via JsonTemplateLayout > --

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

2021-07-20 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volkan Yazici updated LOG4J2-3116: -- Fix Version/s: 2.15.0 3.0.0 > Support Google Cloud Logging structured outpu

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

2021-07-20 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=17383870#comment-17383870 ] ASF subversion and git services commented on LOG4J2-3116: - Commi

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

2021-07-20 Thread GitBox
vy closed pull request #551: URL: https://github.com/apache/logging-log4j2/pull/551 -- 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-

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

2021-07-20 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=17383848#comment-17383848 ] ASF subversion and git services commented on LOG4J2-3116: - Commi

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

2021-07-20 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=17383846#comment-17383846 ] ASF subversion and git services commented on LOG4J2-3116: - Commi

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

2021-07-20 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=17383844#comment-17383844 ] ASF subversion and git services commented on LOG4J2-3116: - Commi

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

2021-07-20 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=17383847#comment-17383847 ] ASF subversion and git services commented on LOG4J2-3116: - Commi

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

2021-07-20 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=17383845#comment-17383845 ] ASF subversion and git services commented on LOG4J2-3116: - Commi

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

2021-07-20 Thread GitBox
vy merged 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: notifications-