Re: [PR] Add option to provide URIs to monitor in addition to the config file [logging-log4j2]

2025-05-29 Thread via GitHub
ppkarwasz commented on code in PR #3501: URL: https://github.com/apache/logging-log4j2/pull/3501#discussion_r2110315178 ## log4j-core/src/main/java/org/apache/logging/log4j/core/config/builder/api/MonitorResourceComponentBuilder.java: ## @@ -0,0 +1,22 @@ +/* + * Licensed to the

Re: [PR] Add option to provide URIs to monitor in addition to the config file [logging-log4j2]

2025-05-29 Thread via GitHub
MichaelMorrisEst commented on code in PR #3501: URL: https://github.com/apache/logging-log4j2/pull/3501#discussion_r2114474331 ## log4j-core/src/main/java/org/apache/logging/log4j/core/config/builder/api/MonitorResourceComponentBuilder.java: ## @@ -0,0 +1,22 @@ +/* + * Licensed

Re: [PR] Expunge stale entries in InternalLoggerRegistry [logging-log4j2]

2025-05-29 Thread via GitHub
ppkarwasz commented on code in PR #3681: URL: https://github.com/apache/logging-log4j2/pull/3681#discussion_r2113701902 ## log4j-core-test/src/test/java/org/apache/logging/log4j/core/util/internal/InternalLoggerRegistryTest.java: ## @@ -0,0 +1,189 @@ +/* + * Licensed to the Apac

[PR] Enable branch protection [logging-log4j-tools]

2025-05-29 Thread via GitHub
ppkarwasz opened a new pull request, #191: URL: https://github.com/apache/logging-log4j-tools/pull/191 This change enables the same branch protection that was implemented in `logging-log4j2`. See apache/logging-log4j2#3582 and apache/logging-log4j2#3662 -- This is an automa

Re: [I] v3.1.0 is breaking rolling logfiles usage (logging-log4net)

2025-05-29 Thread via GitHub
maedula commented on issue #250: URL: https://github.com/apache/logging-log4net/issues/250#issuecomment-2918581607 While thinking about it and to be a lil more precise for the condition where incorrect overwriting log files happens if the logging process is being killed and restarted. I'm

Re: [I] DirectWriteRolloverStrategy and TimeBasedTriggeringPolicy [logging-log4j2]

2025-05-29 Thread via GitHub
Class-New commented on issue #3697: URL: https://github.com/apache/logging-log4j2/issues/3697#issuecomment-2918395259 SizeBasedTriggeringPolicy的size大小限制为5k 5.9K common.85.l0g 6.2K common.86.l0g 3.2K common.87.log -- This is an automated message from the Apache Git Service. To

Re: [I] v3.1.0 is breaking rolling logfiles usage (logging-log4net)

2025-05-29 Thread via GitHub
gdziadkiewicz commented on issue #250: URL: https://github.com/apache/logging-log4net/issues/250#issuecomment-2918617885 > While thinking about it and to be a lil more precise for the condition where incorrect overwriting log files happens if the logging process is being killed and restart

[PR] log4j-docgen: Support boxed and native Java types in XSD generation [logging-log4j-tools]

2025-05-29 Thread via GitHub
ppkarwasz opened a new pull request, #190: URL: https://github.com/apache/logging-log4j-tools/pull/190 Previously, `SchemaGenerator` did not handle configuration attributes with boxed types (e.g., `Integer`, `Boolean`), leading to their omission from the generated XSD schema. This up

Re: [PR] Expunge stale entries in InternalLoggerRegistry [logging-log4j2]

2025-05-29 Thread via GitHub
jhl221123 commented on code in PR #3681: URL: https://github.com/apache/logging-log4j2/pull/3681#discussion_r2113606606 ## log4j-core-test/src/test/java/org/apache/logging/log4j/core/util/internal/InternalLoggerRegistryTest.java: ## @@ -0,0 +1,189 @@ +/* + * Licensed to the Apac