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] 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: [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] 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] 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
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] 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_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] 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: [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: [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: [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
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