Re: [PR] Revamp the F.A.Q. page (logging-log4j2)

2024-04-30 Thread via GitHub
vy commented on code in PR #2549: URL: https://github.com/apache/logging-log4j2/pull/2549#discussion_r1584430262 ## src/site/antora/modules/ROOT/pages/faq.adoc: ## @@ -17,404 +17,196 @@ Licensed to the Apache Software Foundation (ASF) under one or more = F.A.Q. -[#missing_

Re: [PR] Revamp the F.A.Q. page (logging-log4j2)

2024-04-30 Thread via GitHub
ppkarwasz commented on code in PR #2549: URL: https://github.com/apache/logging-log4j2/pull/2549#discussion_r1584424533 ## src/site/antora/modules/ROOT/pages/faq.adoc: ## @@ -17,404 +17,196 @@ Licensed to the Apache Software Foundation (ASF) under one or more = F.A.Q. -[#m

Re: [PR] Revamp the F.A.Q. page (logging-log4j2)

2024-04-30 Thread via GitHub
vy commented on code in PR #2549: URL: https://github.com/apache/logging-log4j2/pull/2549#discussion_r1584472799 ## src/site/antora/modules/ROOT/pages/faq.adoc: ## @@ -17,404 +17,196 @@ Licensed to the Apache Software Foundation (ASF) under one or more = F.A.Q. -[#missing_

Re: [PR] Revamp the F.A.Q. page (logging-log4j2)

2024-04-30 Thread via GitHub
vy commented on code in PR #2549: URL: https://github.com/apache/logging-log4j2/pull/2549#discussion_r1584477935 ## src/site/antora/modules/ROOT/pages/faq.adoc: ## @@ -17,404 +17,196 @@ Licensed to the Apache Software Foundation (ASF) under one or more = F.A.Q. -[#missing_

Re: [PR] Revamp the F.A.Q. page (logging-log4j2)

2024-04-30 Thread via GitHub
ppkarwasz commented on code in PR #2549: URL: https://github.com/apache/logging-log4j2/pull/2549#discussion_r1584521408 ## src/site/antora/modules/ROOT/pages/faq.adoc: ## @@ -17,404 +17,196 @@ Licensed to the Apache Software Foundation (ASF) under one or more = F.A.Q. -[#m

Re: [I] Revamp the `Configuration` page (logging-log4j2)

2024-04-30 Thread via GitHub
ppkarwasz commented on issue #2525: URL: https://github.com/apache/logging-log4j2/issues/2525#issuecomment-2084923125 The following "documentation" problems were fixed by adapting the code to the documented behavior: - [ ] #2481, - [ ] #2517, - [ ] #2550 -- This is an automa

Re: [PR] Revamp the F.A.Q. page (logging-log4j2)

2024-04-30 Thread via GitHub
vy merged PR #2549: URL: https://github.com/apache/logging-log4j2/pull/2549 -- 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: [I] Revamp the F.A.Q. page (logging-log4j2)

2024-04-30 Thread via GitHub
vy closed issue #2506: Revamp the F.A.Q. page URL: https://github.com/apache/logging-log4j2/issues/2506 -- 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:

Re: [I] log4j2 record log to gz has gc lock error (logging-log4j2)

2024-04-30 Thread via GitHub
marinesky closed issue #2074: log4j2 record log to gz has gc lock error URL: https://github.com/apache/logging-log4j2/issues/2074 -- 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.

Re: [I] log4j2 record log to gz has gc lock error (logging-log4j2)

2024-04-30 Thread via GitHub
marinesky commented on issue #2074: URL: https://github.com/apache/logging-log4j2/issues/2074#issuecomment-2085251044 > fo Thank you for replying, I have solved it, it is not a problem -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] Remove duplicated and outdated information from README [logging-log4cxx]

2024-04-30 Thread via GitHub
rm5248 commented on PR #379: URL: https://github.com/apache/logging-log4cxx/pull/379#issuecomment-2085286434 This seems a little basic to me. I think we should probably have the following information at a minimum: - What log4cxx is(a logging framework for C++). Could potentially lin

Re: [PR] Improves support of `log4j2.enableThreadlocals` property (logging-log4j2)

2024-04-30 Thread via GitHub
vy commented on code in PR #2550: URL: https://github.com/apache/logging-log4j2/pull/2550#discussion_r1584862933 ## log4j-core/src/main/java/org/apache/logging/log4j/core/filter/StructuredDataFilter.java: ## @@ -45,7 +46,7 @@ public final class StructuredDataFilter extends MapF

Re: [PR] Add a new `Development` page (logging-log4j2)

2024-04-30 Thread via GitHub
ppkarwasz commented on code in PR #2551: URL: https://github.com/apache/logging-log4j2/pull/2551#discussion_r1585216590 ## BUILDING.adoc: ## @@ -84,6 +78,13 @@ You either need to have a user-level configuration in `~/.m2/toolchains.xml` or +. Run Maven tests with the

[PR] Revamp configuration properties (logging-log4j2)

2024-04-30 Thread via GitHub
ppkarwasz opened a new pull request, #2552: URL: https://github.com/apache/logging-log4j2/pull/2552 This PR: * removes the names of pre-2.10 property names from the documentation, * adds a note about fuzzy matching of properties and a list of all prefixes reserved by Log4j, * s

Re: [PR] Add a new `Development` page (logging-log4j2)

2024-04-30 Thread via GitHub
vy merged PR #2551: URL: https://github.com/apache/logging-log4j2/pull/2551 -- 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: [I] Create a `Development` page (logging-log4j2)

2024-04-30 Thread via GitHub
vy closed issue #2520: Create a `Development` page URL: https://github.com/apache/logging-log4j2/issues/2520 -- 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-m

Re: [PR] Remove duplicated and outdated information from README [logging-log4cxx]

2024-04-30 Thread via GitHub
swebb2066 commented on PR #379: URL: https://github.com/apache/logging-log4cxx/pull/379#issuecomment-2087762639 Good suggestions. The License is provided by GitHub in the tab. What do you think about the revised version? -- This is an automated message from the Apache Git Service. T

Re: [PR] Improve APRInitiializer interface in next ABI version [logging-log4cxx]

2024-04-30 Thread via GitHub
swebb2066 merged PR #378: URL: https://github.com/apache/logging-log4cxx/pull/378 -- 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] Include the number of events AsyncAppender discarded in debug output [logging-log4cxx]

2024-04-30 Thread via GitHub
swebb2066 opened a new pull request, #380: URL: https://github.com/apache/logging-log4cxx/pull/380 (no comment) -- 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 unsubscri

Re: [PR] Remove duplicated and outdated information from README [logging-log4cxx]

2024-04-30 Thread via GitHub
rm5248 commented on PR #379: URL: https://github.com/apache/logging-log4cxx/pull/379#issuecomment-2087812669 That is at least a reasonable amount of information and points people in the correct direction for most questions. -- This is an automated message from the Apache Git Service. To r

Re: [I] %d{UNIX_MILLIS} is printing 0 as timestamp in log file (logging-log4j2)

2024-04-30 Thread via GitHub
github-actions[bot] commented on issue #2167: URL: https://github.com/apache/logging-log4j2/issues/2167#issuecomment-2087853684 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: [I] Add record support for @Plugin annotation (logging-log4j2)

2024-04-30 Thread via GitHub
github-actions[bot] commented on issue #2026: URL: https://github.com/apache/logging-log4j2/issues/2026#issuecomment-2087853708 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: [I] Issue with logs being stopped getting generated at midnight while using date based rollover strategy in log4j2 (logging-log4j2)

2024-04-30 Thread via GitHub
github-actions[bot] commented on issue #2010: URL: https://github.com/apache/logging-log4j2/issues/2010#issuecomment-2087853735 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: [I] RollingRandomAccessFile won't ZIP logs if there are 2 RRAF appenders (logging-log4j2)

2024-04-30 Thread via GitHub
github-actions[bot] commented on issue #1804: URL: https://github.com/apache/logging-log4j2/issues/1804#issuecomment-2087853757 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: [I] Hide PosixViewAttribute related error info in Windows (logging-log4j2)

2024-04-30 Thread via GitHub
github-actions[bot] commented on issue #1283: URL: https://github.com/apache/logging-log4j2/issues/1283#issuecomment-2087853786 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: [I] Issue with logs being stopped getting generated at midnight while using date based rollover strategy in log4j2 (logging-log4j2)

2024-04-30 Thread via GitHub
rgoers commented on issue #2010: URL: https://github.com/apache/logging-log4j2/issues/2010#issuecomment-2088057609 I would love to see what shows up with log4j2.debug=true set for the application during rollover. I don't think we actually have any tests for a configuration where two append

Re: [I] Add record support for @Plugin annotation (logging-log4j2)

2024-05-01 Thread via GitHub
yvasyliev commented on issue #2026: URL: https://github.com/apache/logging-log4j2/issues/2026#issuecomment-2088186239 I was trying to check `3.0.0-beta2` version, but got this error: ``` ERROR StatusConsoleListener Appenders contains an invalid element or attribute "MyAppender" ERR

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-01 Thread via GitHub
ppkarwasz commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1586115098 ## src/site/antora/modules/ROOT/pages/manual/configuration.adoc: ## Review Comment: That's the plan. The same way the documentation of "Property So

Re: [I] Add record support for @Plugin annotation (logging-log4j2)

2024-05-01 Thread via GitHub
rgoers commented on issue #2026: URL: https://github.com/apache/logging-log4j2/issues/2026#issuecomment-2088697134 In 3.x the annotation processor does not run automatically. Any project that has log4j plugins needs to add it. In 3.x it has moved to its own module, log4j-plugin-processor.

Re: [I] (doc) Clarify the usage of parameterized logging in `Log4j 2 API` page (logging-log4j2)

2024-05-01 Thread via GitHub
jvz commented on issue #1918: URL: https://github.com/apache/logging-log4j2/issues/1918#issuecomment-2088826244 That's more of a problem if you mix parameterized logging and concatenated strings. If there are no parameters given, then no parameterized placeholders will be replaced. -- T

Re: [PR] Add `Learn Log4j in 5 minutes!` page (logging-log4j2)

2024-05-01 Thread via GitHub
ppkarwasz commented on code in PR #2556: URL: https://github.com/apache/logging-log4j2/pull/2556#discussion_r1586661904 ## src/site/antora/modules/ROOT/pages/5min.adoc: ## @@ -0,0 +1,453 @@ + +Licensed to the Apache Software Foundation (ASF) under one or more +contri

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-01 Thread via GitHub
ppkarwasz commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1586701230 ## src/site/antora/modules/ROOT/pages/log4j-spring-cloud-config-client.adoc: ## @@ -122,67 +126,9 @@ logging: Note that Log4j currently does not directly supp

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-01 Thread via GitHub
ppkarwasz commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1586701230 ## src/site/antora/modules/ROOT/pages/log4j-spring-cloud-config-client.adoc: ## @@ -122,67 +126,9 @@ logging: Note that Log4j currently does not directly supp

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-01 Thread via GitHub
ppkarwasz commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1586704481 ## src/site/antora/modules/ROOT/pages/manual/_properties.adoc: ## @@ -0,0 +1,1022 @@ + +Licensed to the Apache Software Foundation (ASF) under one or m

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-01 Thread via GitHub
ppkarwasz commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1586825825 ## src/site/antora/modules/ROOT/pages/manual/_properties.adoc: ## Review Comment: Sounds good to me. -- This is an automated message from the Apache G

Re: [PR] Include the number of events AsyncAppender discarded in debug output [logging-log4cxx]

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

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-01 Thread via GitHub
rgoers commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1587134732 ## src/site/antora/modules/ROOT/pages/log4j-spring-cloud-config-client.adoc: ## @@ -122,67 +126,9 @@ logging: Note that Log4j currently does not directly support

Re: [PR] Add `Learn Log4j in 5 minutes!` page (logging-log4j2)

2024-05-01 Thread via GitHub
vy commented on code in PR #2556: URL: https://github.com/apache/logging-log4j2/pull/2556#discussion_r1587141099 ## src/site/antora/modules/ROOT/pages/5min.adoc: ## @@ -0,0 +1,453 @@ + +Licensed to the Apache Software Foundation (ASF) under one or more +contributor l

Re: [PR] Add `Learn Log4j in 5 minutes!` page (logging-log4j2)

2024-05-01 Thread via GitHub
vy merged PR #2556: URL: https://github.com/apache/logging-log4j2/pull/2556 -- 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: [I] Create a `Learn Log4j in under 2 minutes!` page (logging-log4j2)

2024-05-01 Thread via GitHub
vy closed issue #2507: Create a `Learn Log4j in under 2 minutes!` page URL: https://github.com/apache/logging-log4j2/issues/2507 -- 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.

Re: [PR] Bump com.google.errorprone:error_prone_core from 2.27.0 to 2.27.1 [logging-parent]

2024-05-02 Thread via GitHub
github-actions[bot] merged PR #172: URL: https://github.com/apache/logging-parent/pull/172 -- 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

[I] Implement uniform password "encryption/decryption" mechanism (logging-log4j2)

2024-05-02 Thread via GitHub
ppkarwasz opened a new issue, #2558: URL: https://github.com/apache/logging-log4j2/issues/2558 Many of Log4j components require a password attribute (e.g. `SslConfiguration`, `JdbcAppender`, etc.), but only [`BasicAuthorizationProvider`](https://logging.apache.org/log4j/2.x/javadoc/log4j-co

Re: [PR] Bump co.elastic.clients:elasticsearch-java from 8.13.2 to 8.13.3 (logging-log4j2)

2024-05-02 Thread via GitHub
github-actions[bot] merged PR #2557: URL: https://github.com/apache/logging-log4j2/pull/2557 -- 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: notificatio

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-02 Thread via GitHub
ppkarwasz commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1587646381 ## src/site/antora/modules/ROOT/pages/faq.adoc: ## @@ -32,7 +32,7 @@ Log4j 2 and onwards use `log4j2.xml`. You can also specify the full path of the c

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-02 Thread via GitHub
ppkarwasz commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1587646691 ## src/site/antora/modules/ROOT/pages/log4j-jmx-gui.adoc: ## @@ -23,5 +23,5 @@ The client GUI can be run as a stand-alone application or as a JConsole plug-in

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-02 Thread via GitHub
ppkarwasz commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1587647286 ## src/site/antora/modules/ROOT/pages/log4j-spring-cloud-config-client.adoc: ## @@ -122,67 +126,9 @@ logging: Note that Log4j currently does not directly supp

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-02 Thread via GitHub
ppkarwasz commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1587650201 ## src/site/antora/modules/ROOT/pages/manual/async.adoc: ## @@ -363,87 +348,95 @@ The below properties can also be specified by creating a file named `log4j2

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-02 Thread via GitHub
ppkarwasz commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1587656204 ## src/site/antora/modules/ROOT/pages/manual/async.adoc: ## @@ -177,120 +174,108 @@ The below properties can also be specified by creating a file named `log4

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-02 Thread via GitHub
ppkarwasz commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1587657267 ## src/site/antora/modules/ROOT/pages/manual/async.adoc: ## @@ -177,120 +174,108 @@ The below properties can also be specified by creating a file named `log4

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-02 Thread via GitHub
ppkarwasz commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1587658521 ## src/site/antora/modules/ROOT/pages/manual/layouts.adoc: ## Review Comment: We should probably add a Spotless configuration to format AsciiDoc files in

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-02 Thread via GitHub
ppkarwasz commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1587659435 ## src/site/antora/modules/ROOT/pages/manual/_properties.adoc: ## @@ -0,0 +1,1022 @@ + +Licensed to the Apache Software Foundation (ASF) under one or m

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-02 Thread via GitHub
ppkarwasz commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1587660266 ## src/site/antora/modules/ROOT/pages/manual/_properties.adoc: ## @@ -0,0 +1,1022 @@ + +Licensed to the Apache Software Foundation (ASF) under one or m

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-02 Thread via GitHub
ppkarwasz commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1587661639 ## src/site/antora/modules/ROOT/pages/manual/_properties.adoc: ## @@ -0,0 +1,1022 @@ + +Licensed to the Apache Software Foundation (ASF) under one or m

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-02 Thread via GitHub
ppkarwasz commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1587662670 ## src/site/antora/modules/ROOT/pages/faq.adoc: ## @@ -127,9 +127,9 @@ Note the `2` in the file name! (See xref:manual/configuration.adoc[the Configuration pa

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-02 Thread via GitHub
ppkarwasz commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1587665055 ## src/site/antora/modules/ROOT/pages/manual/_properties.adoc: ## @@ -0,0 +1,1022 @@ + +Licensed to the Apache Software Foundation (ASF) under one or m

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-02 Thread via GitHub
ppkarwasz commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1587667130 ## src/site/antora/modules/ROOT/pages/manual/_properties.adoc: ## @@ -0,0 +1,1022 @@ + +Licensed to the Apache Software Foundation (ASF) under one or m

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-02 Thread via GitHub
vy commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1587668137 ## src/site/antora/modules/ROOT/pages/manual/_properties.adoc: ## @@ -0,0 +1,1022 @@ + +Licensed to the Apache Software Foundation (ASF) under one or more +

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-02 Thread via GitHub
ppkarwasz commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1587670343 ## src/site/antora/modules/ROOT/pages/manual/async.adoc: ## @@ -177,120 +174,108 @@ The below properties can also be specified by creating a file named `log4

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-02 Thread via GitHub
ppkarwasz commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1587672912 ## src/site/antora/modules/ROOT/pages/manual/async.adoc: ## @@ -177,120 +174,108 @@ The below properties can also be specified by creating a file named `log4

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-02 Thread via GitHub
ppkarwasz commented on PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#issuecomment-2090555193 @vy, I reformatted the tables as sections. Can you take a look at this again? -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-02 Thread via GitHub
ppkarwasz commented on code in PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552#discussion_r1587699370 ## src/site/antora/modules/ROOT/pages/manual/_properties.adoc: ## @@ -0,0 +1,1022 @@ + +Licensed to the Apache Software Foundation (ASF) under one or m

Re: [PR] Revamp the `Concepts` in the `Installation` (logging-log4j2)

2024-05-02 Thread via GitHub
vy merged PR #2561: URL: https://github.com/apache/logging-log4j2/pull/2561 -- 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: [I] Create a `Concepts` page (logging-log4j2)

2024-05-02 Thread via GitHub
vy closed issue #2508: Create a `Concepts` page URL: https://github.com/apache/logging-log4j2/issues/2508 -- 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

Re: [I] Create a `Concepts` page (logging-log4j2)

2024-05-02 Thread via GitHub
vy commented on issue #2508: URL: https://github.com/apache/logging-log4j2/issues/2508#issuecomment-2091351315 Fixed by #2561. -- 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 commen

Re: [PR] Remove duplicated and outdated information from README [logging-log4cxx]

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

Re: [PR] Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre [logging-log4j-samples]

2024-05-02 Thread via GitHub
github-actions[bot] merged PR #132: URL: https://github.com/apache/logging-log4j-samples/pull/132 -- 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] JsonTemplateLayout: java.lang.OutOfMemoryError: Java heap space java.lang.OutOfMemoryError: Java heap space (logging-log4j2)

2024-05-02 Thread via GitHub
github-actions[bot] commented on issue #2516: URL: https://github.com/apache/logging-log4j2/issues/2516#issuecomment-2092010899 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: [I] Implement uniform password "encryption/decryption" mechanism (logging-log4j2)

2024-05-02 Thread via GitHub
rgoers commented on issue #2558: URL: https://github.com/apache/logging-log4j2/issues/2558#issuecomment-2092368799 FYI, in our configurations we use something like this in our Spring application's bootstrap.yml. This allows us to retrieve our logging configuration, with overrides, from our

Re: [I] Implement uniform password "encryption/decryption" mechanism (logging-log4j2)

2024-05-03 Thread via GitHub
ppkarwasz commented on issue #2558: URL: https://github.com/apache/logging-log4j2/issues/2558#issuecomment-2092443502 @rgoers, So it seems that the most uniform way to provide passwords is to either provide them literally or use a lookup? Should we deprecate `PasswordDecryptor

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-03 Thread via GitHub
ppkarwasz merged PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552 -- 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: [I] Revamp the `Configuration` page (logging-log4j2)

2024-05-03 Thread via GitHub
ppkarwasz commented on issue #2525: URL: https://github.com/apache/logging-log4j2/issues/2525#issuecomment-2092569941 The following documentation changes were applied: - [ ] #2552 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] Bump com.palantir.javaformat:palantir-java-format from 2.44.0 to 2.46.0 [logging-parent]

2024-05-03 Thread via GitHub
github-actions[bot] merged PR #173: URL: https://github.com/apache/logging-parent/pull/173 -- 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

Re: [PR] Bump guava.version from 33.1.0-jre to 33.2.0-jre (logging-log4j2)

2024-05-03 Thread via GitHub
github-actions[bot] closed pull request #2563: Bump guava.version from 33.1.0-jre to 33.2.0-jre URL: https://github.com/apache/logging-log4j2/pull/2563 -- 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 t

[I] When logging from multiple threads, an appender can be broken until app restart if it rolls over (logging-log4j2)

2024-05-03 Thread via GitHub
marcreichman-pfi opened a new issue, #2566: URL: https://github.com/apache/logging-log4j2/issues/2566 ## Description In *some* cases (this is intermittent) it seems that when a log file (synchronous appender) is being written to by several threads at once, it can get into a situation whe

Re: [I] When logging from multiple threads, an appender can be broken until app restart if it rolls over (logging-log4j2)

2024-05-03 Thread via GitHub
ppkarwasz commented on issue #2566: URL: https://github.com/apache/logging-log4j2/issues/2566#issuecomment-2093307679 @marcreichman-pfi, Are you by any chance using the same configuration in multiple web applications? On Linux you can check with [`lsof`](https://linux.die.net/man/8/

Re: [I] When logging from multiple threads, an appender can be broken until app restart if it rolls over (logging-log4j2)

2024-05-03 Thread via GitHub
marcreichman-pfi commented on issue #2566: URL: https://github.com/apache/logging-log4j2/issues/2566#issuecomment-2093320241 @ppkarwasz Thanks for your response. I would have told you that for sure there are not multiple applications referencing the configuration, but `lsof` is bringing in

Re: [I] Add record support for @Plugin annotation (logging-log4j2)

2024-05-03 Thread via GitHub
yvasyliev commented on issue #2026: URL: https://github.com/apache/logging-log4j2/issues/2026#issuecomment-2093398592 `3.0.0-beta2` works OK with Java records. [Source code](https://github.com/yvasyliev/log4j2-demo) Output: ``` Hello, World! ``` -- This is an automa

Re: [I] When logging from multiple threads, an appender can be broken until app restart if it rolls over (logging-log4j2)

2024-05-03 Thread via GitHub
marcreichman-pfi commented on issue #2566: URL: https://github.com/apache/logging-log4j2/issues/2566#issuecomment-2093399662 @ppkarwasz I did a little digging, and noticed that even on a fresh deployment, there are multiple descriptors to these files. I found an interesting java agent [he

Re: [I] When logging from multiple threads, an appender can be broken until app restart if it rolls over (logging-log4j2)

2024-05-03 Thread via GitHub
ppkarwasz commented on issue #2566: URL: https://github.com/apache/logging-log4j2/issues/2566#issuecomment-2093509213 @marcreichman-pfi, You can check which class creates a logger context by setting the `-Dog4j2.loggerContextStacktraceOnStart=true` and `-Dlog4j2.debug` system proper

Re: [I] Add record support for @Plugin annotation (logging-log4j2)

2024-05-03 Thread via GitHub
ppkarwasz closed issue #2026: Add record support for @Plugin annotation URL: https://github.com/apache/logging-log4j2/issues/2026 -- 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.

Re: [I] Add record support for @Plugin annotation (logging-log4j2)

2024-05-03 Thread via GitHub
ppkarwasz commented on issue #2026: URL: https://github.com/apache/logging-log4j2/issues/2026#issuecomment-2093550469 @yvasyliev, I am closing this issue then, since it works in `3.x` and we can not port it to `2.x` (due to the JDK 8 baseline). -- This is an automated message from

Re: [I] When logging from multiple threads, an appender can be broken until app restart if it rolls over (logging-log4j2)

2024-05-03 Thread via GitHub
marcreichman-pfi commented on issue #2566: URL: https://github.com/apache/logging-log4j2/issues/2566#issuecomment-2093657272 @ppkarwasz I did a little playing around, and here's what I found. 1. I set the two system properties you mentioned, and found I got two stack traces, similar

Re: [I] When logging from multiple threads, an appender can be broken until app restart if it rolls over (logging-log4j2)

2024-05-03 Thread via GitHub
ppkarwasz commented on issue #2566: URL: https://github.com/apache/logging-log4j2/issues/2566#issuecomment-2093749449 > 4. I used jconsole which seemed to show two separate sets of MBeans, and I used jmap to get some hierarchies which both seemed to indicate that indeed these are loade

Re: [I] When logging from multiple threads, an appender can be broken until app restart if it rolls over (logging-log4j2)

2024-05-03 Thread via GitHub
marcreichman-pfi commented on issue #2566: URL: https://github.com/apache/logging-log4j2/issues/2566#issuecomment-2093782558 This was just a simple war deployment. I imagine it would be the same in other app servers but I'm not 100% to be honest. * `-Dlog4j.configurationFile=...` def

Re: [PR] Bump org.apache.commons:commons-csv from 1.10.0 to 1.11.0 (logging-log4j2)

2024-05-03 Thread via GitHub
github-actions[bot] closed pull request #2565: Bump org.apache.commons:commons-csv from 1.10.0 to 1.11.0 URL: https://github.com/apache/logging-log4j2/pull/2565 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] Bump guava.version from 33.1.0-jre to 33.2.0-jre (logging-log4j2)

2024-05-03 Thread via GitHub
github-actions[bot] merged PR #2564: URL: https://github.com/apache/logging-log4j2/pull/2564 -- 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: notificatio

Re: [I] [2.17.1] AsyncLogger thread is stuck on 100% CPU on lmax-34. queue polling (logging-log4j2)

2024-05-03 Thread via GitHub
AndreKurait commented on issue #2169: URL: https://github.com/apache/logging-log4j2/issues/2169#issuecomment-2094011204 Hi, I'm seeing this with 2.23.1 and Disruptor 4.0.0 in my application. It's happening when i use ``` -- This is an automated message from the Apache Git Ser

Re: [PR] Bump org.apache.commons:commons-csv from 1.10.0 to 1.11.0 (logging-log4j2)

2024-05-03 Thread via GitHub
github-actions[bot] merged PR #2562: URL: https://github.com/apache/logging-log4j2/pull/2562 -- 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: notificatio

Re: [PR] Bump org.elasticsearch.client:elasticsearch-rest-high-level-client from 7.17.20 to 7.17.21 (logging-log4j2)

2024-05-04 Thread via GitHub
github-actions[bot] merged PR #2559: URL: https://github.com/apache/logging-log4j2/pull/2559 -- 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: notificatio

Re: [PR] Bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1 [logging-log4j-samples]

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

[PR] Join background threads when LOG4CXX_EVENTS_AT_EXIT=on [logging-log4cxx]

2024-05-05 Thread via GitHub
swebb2066 opened a new pull request, #381: URL: https://github.com/apache/logging-log4cxx/pull/381 This PR ensures Log4cxx threads are joined even when LogManage::shutdown is never called -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [I] spring boot 3.2.4 + spring-boot-starter-log4j2 + spring-boot-starter-undertow (logging-log4j2)

2024-05-05 Thread via GitHub
mpv945 commented on issue #2453: URL: https://github.com/apache/logging-log4j2/issues/2453#issuecomment-2095293319 > @mpv945, > > 这应该由版本 3.1.11 和 3.2.5 中的[spring-projects/spring-boot#40178](https://github.com/spring-projects/spring-boot/issues/40178)修复。你能检查一下吗? > @mpv9

Re: [I] PatternLayout unsuitable for production purposes (logging-log4j2)

2024-05-05 Thread via GitHub
marcelhoelscher commented on issue #2518: URL: https://github.com/apache/logging-log4j2/issues/2518#issuecomment-2095301974 Hey @ppkarwasz, thanks for your reply! We're not concerned about developers putting CR or LF into log messages, we're concerned about attackers who (for

Re: [I] spring boot 3.2.4 + spring-boot-starter-log4j2 + spring-boot-starter-undertow (logging-log4j2)

2024-05-06 Thread via GitHub
mpv945 closed issue #2453: spring boot 3.2.4 + spring-boot-starter-log4j2 + spring-boot-starter-undertow URL: https://github.com/apache/logging-log4j2/issues/2453 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] Bump org.codehaus.modello:modello-maven-plugin from 2.3.0 to 2.4.0 [logging-log4j-tools]

2024-05-06 Thread via GitHub
github-actions[bot] merged PR #119: URL: https://github.com/apache/logging-log4j-tools/pull/119 -- 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: notifica

Re: [I] [2.17.1] AsyncLogger thread is stuck on 100% CPU on lmax-34. queue polling (logging-log4j2)

2024-05-06 Thread via GitHub
vy commented on issue #2169: URL: https://github.com/apache/logging-log4j2/issues/2169#issuecomment-2095553249 > Perhaps the [Log4j async manual](https://logging.apache.org/log4j/2.x/manual/async.html) could be more clear We can indeed do this. Updated the #2534 description accordi

Re: [I] [2.17.1] AsyncLogger thread is stuck on 100% CPU on lmax-34. queue polling (logging-log4j2)

2024-05-06 Thread via GitHub
vy commented on issue #2169: URL: https://github.com/apache/logging-log4j2/issues/2169#issuecomment-209305 @shloim, any updates? Were you able to reproduce the issue with Log4j `2.23.1` using Disruptor 4? -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.4.0 to 4.8.5.0 [logging-parent]

2024-05-06 Thread via GitHub
github-actions[bot] merged PR #175: URL: https://github.com/apache/logging-parent/pull/175 -- 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

Re: [PR] Bump com.github.spotbugs:spotbugs-annotations from 4.8.4 to 4.8.5 [logging-parent]

2024-05-06 Thread via GitHub
github-actions[bot] merged PR #174: URL: https://github.com/apache/logging-parent/pull/174 -- 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

Re: [PR] Bump org.hdrhistogram:HdrHistogram from 2.1.12 to 2.2.1 (logging-log4j2)

2024-05-06 Thread via GitHub
github-actions[bot] merged PR #2569: URL: https://github.com/apache/logging-log4j2/pull/2569 -- 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: notificatio

<    7   8   9   10   11   12   13   14   15   16   >