[I] JdbcAppender using buffersize property, mysql jdbc driver and ColumnConfig's clob property with true occurs java.io.IOException : Stream closed (logging-log4j2)

2024-10-27 Thread via GitHub
minseo300 opened a new issue, #3127: URL: https://github.com/apache/logging-log4j2/issues/3127 ## Description JdbcAppender using buffersize property, mysql jdbc driver and ColumnConfig's isClob property with true occurs java.io.IOException : Stream closed. It doesn't occure wh

Re: [PR] Bump actions/setup-java from 4.4.0 to 4.5.0 [logging-log4j-samples]

2024-10-27 Thread via GitHub
github-actions[bot] merged PR #211: URL: https://github.com/apache/logging-log4j-samples/pull/211 -- 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: notifi

Re: [I] Appender may caused deadlock on AsyncLoggerDisruptor (logging-log4j2)

2024-10-27 Thread via GitHub
github-actions[bot] commented on issue #2893: URL: https://github.com/apache/logging-log4j2/issues/2893#issuecomment-2440353238 This issue is stale because it has been waiting for your feedback for more than 60 days. The Apache Logging Services community values every submitted issue, but w

Re: [PR] Simplify the Class interface in the next ABI [logging-log4cxx]

2024-10-27 Thread via GitHub
swebb2066 merged PR #421: URL: https://github.com/apache/logging-log4cxx/pull/421 -- 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

[PR] Emulate effects of `j.u.l.Logger.setLevel` (logging-log4j2)

2024-10-27 Thread via GitHub
ppkarwasz opened a new pull request, #3125: URL: https://github.com/apache/logging-log4j2/pull/3125 Some libraries rely on `j.u.l.Logger.getLevel` returning the value that was set using `j.u.l.Logger.setLevel`. This PR changes #2353 so that: - By default, the **effective** conf

Re: [PR] Corrected incorrect tag to in XInclude logger example (logging-log4j2)

2024-10-27 Thread via GitHub
ppkarwasz commented on PR #3124: URL: https://github.com/apache/logging-log4j2/pull/3124#issuecomment-2440031590 @sugandhitushar, The corrected [corrected example](https://logging.apache.org/log4j/2.x/manual/configuration.html#xinclude) is online, Thanks! -- This is an automated m

Re: [PR] Rewrite date & time formatting (logging-log4j2)

2024-10-27 Thread via GitHub
ppkarwasz commented on code in PR #3121: URL: https://github.com/apache/logging-log4j2/pull/3121#discussion_r1818174843 ## log4j-layout-template-json/src/main/java/org/apache/logging/log4j/layout/template/json/resolver/TimestampResolver.java: ## @@ -18,13 +18,12 @@ import jav

Re: [PR] Rewrite date & time formatting (logging-log4j2)

2024-10-27 Thread via GitHub
ppkarwasz commented on code in PR #3121: URL: https://github.com/apache/logging-log4j2/pull/3121#discussion_r1818175071 ## log4j-layout-template-json/src/main/java/org/apache/logging/log4j/layout/template/json/resolver/TimestampResolver.java: ## @@ -331,119 +273,48 @@ private st

Re: [PR] Fix %xEx Performance regression (logging-log4j2)

2024-10-27 Thread via GitHub
vy commented on code in PR #3123: URL: https://github.com/apache/logging-log4j2/pull/3123#discussion_r1818175899 ## log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/ThrowableExtendedStackTraceRenderer.java: ## @@ -105,12 +107,8 @@ private static Map createClassRes

Re: [PR] Rewrite date & time formatting (logging-log4j2)

2024-10-27 Thread via GitHub
vy commented on code in PR #3121: URL: https://github.com/apache/logging-log4j2/pull/3121#discussion_r1818167451 ## log4j-layout-template-json/src/main/java/org/apache/logging/log4j/layout/template/json/util/InstantFormatter.java: ## @@ -37,7 +37,10 @@ * Note that {@link Fixed

Re: [PR] Rewrite date & time formatting (logging-log4j2)

2024-10-27 Thread via GitHub
vy commented on code in PR #3121: URL: https://github.com/apache/logging-log4j2/pull/3121#discussion_r1818167353 ## log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/DatePatternConverter.java: ## @@ -16,38 +16,50 @@ */ package org.apache.logging.log4j.core.patter

Re: [I] log4j-jul adapter makes code throws NPEs (logging-log4j2)

2024-10-27 Thread via GitHub
ppkarwasz commented on issue #3119: URL: https://github.com/apache/logging-log4j2/issues/3119#issuecomment-2439980246 @simmel, Nice catch! Thank you for debugging it this far! From my perspective the issue is caused by an initialization problem of the [`MethodHandleFactory`](h

Re: [PR] Emulate effects of `j.u.l.Logger.setLevel` (logging-log4j2)

2024-10-27 Thread via GitHub
ppkarwasz commented on PR #3125: URL: https://github.com/apache/logging-log4j2/pull/3125#issuecomment-2439983713 Anticipating other similar problems with the `j.u.l.Logger` methods, what do you think about implementing in term of "WARN + super" also the: `setFilter`, `addHandler`, `removeHa

Re: [PR] Corrected incorrect tag to in XInclude logger example (logging-log4j2)

2024-10-27 Thread via GitHub
ppkarwasz merged PR #3124: URL: https://github.com/apache/logging-log4j2/pull/3124 -- 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-unsubsc

Re: [PR] Corrected incorrect tag to in XInclude logger example (logging-log4j2)

2024-10-27 Thread via GitHub
github-actions[bot] commented on PR #3124: URL: https://github.com/apache/logging-log4j2/pull/3124#issuecomment-2439990166 Job Requested goals Build Tool Version Build Outcome Build ScanĀ® build-

Re: [PR] Rewrite date & time formatting (logging-log4j2)

2024-10-27 Thread via GitHub
ppkarwasz commented on code in PR #3121: URL: https://github.com/apache/logging-log4j2/pull/3121#discussion_r1818179034 ## log4j-layout-template-json/src/main/java/org/apache/logging/log4j/layout/template/json/resolver/TimestampResolver.java: ## @@ -331,119 +273,48 @@ private st

Re: [PR] Rewrite date & time formatting (logging-log4j2)

2024-10-27 Thread via GitHub
vy commented on code in PR #3121: URL: https://github.com/apache/logging-log4j2/pull/3121#discussion_r1818178617 ## log4j-layout-template-json/src/main/java/org/apache/logging/log4j/layout/template/json/resolver/TimestampResolver.java: ## @@ -331,119 +273,48 @@ private static Ev

Re: [PR] Fix %xEx Performance regression (logging-log4j2)

2024-10-27 Thread via GitHub
vy commented on code in PR #3123: URL: https://github.com/apache/logging-log4j2/pull/3123#discussion_r1818175539 ## log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/ClassResourceInfo.java: ## Review Comment: Could you instead keep the old version but replace `