Re: [PR] Prefix stack traces with a newline in Pattern Layout (logging-log4j2)

2024-10-10 Thread via GitHub
vy merged PR #3073: URL: https://github.com/apache/logging-log4j2/pull/3073 -- 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-unsubscr...@lo

[PR] Prefix stack traces with a newline in Pattern Layout (logging-log4j2)

2024-10-09 Thread via GitHub
vy opened a new pull request, #3073: URL: https://github.com/apache/logging-log4j2/pull/3073 Ports #3045 to `main`. -- 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 unsub

Re: [PR] Prefix stack traces with a newline in Pattern Layout (logging-log4j2)

2024-10-09 Thread via GitHub
vy merged PR #3045: URL: https://github.com/apache/logging-log4j2/pull/3045 -- 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-unsubscr...@lo

Re: [PR] Prefix stack traces with a newline in Pattern Layout (logging-log4j2)

2024-10-09 Thread via GitHub
vy commented on code in PR #3045: URL: https://github.com/apache/logging-log4j2/pull/3045#discussion_r1793563712 ## log4j-core-test/src/test/java/org/apache/logging/log4j/core/EventParameterMemoryLeakTest.java: ## @@ -64,20 +63,15 @@ public void testParametersAreNotLeaked() thro

Re: [PR] Prefix stack traces with a newline in Pattern Layout (logging-log4j2)

2024-10-09 Thread via GitHub
ppkarwasz commented on code in PR #3045: URL: https://github.com/apache/logging-log4j2/pull/3045#discussion_r1793558443 ## log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/ThrowableStackTraceRendererFactory.java: ## @@ -0,0 +1,33 @@ +/* + * Licensed to the Apache S

Re: [PR] Prefix stack traces with a newline in Pattern Layout (logging-log4j2)

2024-10-09 Thread via GitHub
ppkarwasz commented on code in PR #3045: URL: https://github.com/apache/logging-log4j2/pull/3045#discussion_r179381 ## log4j-core-test/src/test/java/org/apache/logging/log4j/core/EventParameterMemoryLeakTest.java: ## @@ -64,20 +63,15 @@ public void testParametersAreNotLeaked

Re: [PR] Prefix stack traces with a newline in Pattern Layout (logging-log4j2)

2024-10-09 Thread via GitHub
vy commented on code in PR #3045: URL: https://github.com/apache/logging-log4j2/pull/3045#discussion_r1793337694 ## log4j-core-test/src/test/java/org/apache/logging/log4j/core/layout/PatternLayoutDefaultExceptionHandlerTest.java: ## @@ -0,0 +1,66 @@ +/* + * Licensed to the Apach

Re: [PR] Prefix stack traces with a newline in Pattern Layout (logging-log4j2)

2024-10-09 Thread via GitHub
vy commented on code in PR #3045: URL: https://github.com/apache/logging-log4j2/pull/3045#discussion_r1793337368 ## log4j-core-test/src/test/java/org/apache/logging/log4j/core/impl/NestedLoggingFromThrowableMessageTest.java: ## @@ -80,14 +80,15 @@ public void testNestedLoggingIn

Re: [PR] Prefix stack traces with a newline in Pattern Layout (logging-log4j2)

2024-10-09 Thread via GitHub
vy commented on code in PR #3045: URL: https://github.com/apache/logging-log4j2/pull/3045#discussion_r1793335685 ## log4j-core-test/src/test/java/org/apache/logging/log4j/core/EventParameterMemoryLeakTest.java: ## @@ -64,20 +63,15 @@ public void testParametersAreNotLeaked() thro

Re: [PR] Prefix stack traces with a newline in Pattern Layout (logging-log4j2)

2024-10-09 Thread via GitHub
vy commented on code in PR #3045: URL: https://github.com/apache/logging-log4j2/pull/3045#discussion_r1793313669 ## log4j-layout-template-json/src/main/java/org/apache/logging/log4j/layout/template/json/JsonTemplateLayoutDefaults.java: ## @@ -93,7 +95,7 @@ public static String g

Re: [PR] Prefix stack traces with a newline in Pattern Layout (logging-log4j2)

2024-10-09 Thread via GitHub
vy commented on code in PR #3045: URL: https://github.com/apache/logging-log4j2/pull/3045#discussion_r1793306440 ## log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/ThrowablePropertyRendererFactory.java: ## @@ -0,0 +1,120 @@ +/* + * Licensed to the Apache Software

Re: [PR] Prefix stack traces with a newline in Pattern Layout (logging-log4j2)

2024-10-09 Thread via GitHub
vy commented on code in PR #3045: URL: https://github.com/apache/logging-log4j2/pull/3045#discussion_r1793306069 ## log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/ThrowableStackTraceRendererFactory.java: ## @@ -0,0 +1,33 @@ +/* + * Licensed to the Apache Software