[I] how can log4net support microseconds (logging-log4net)

2025-02-10 Thread via GitHub
ringchenhao opened a new issue, #229: URL: https://github.com/apache/logging-log4net/issues/229 I change the config like this and the timestamp shows microseconds: [20250210 18:37:40.286202] [INFO ] [ListenClientConnect] - Service has startup. But does it really

Re: [I] how can log4net support microseconds (logging-log4net)

2025-02-10 Thread via GitHub
FreeAndNil commented on issue #229: URL: https://github.com/apache/logging-log4net/issues/229#issuecomment-2647924462 @ringchenhao yes, it will work. See https://github.com/apache/logging-log4net/commit/f1599844c6ffcf7338c1efae5ad15f63676a1c88 -- This is an automated message from the

Re: [I] how can log4net support microseconds (logging-log4net)

2025-02-10 Thread via GitHub
FreeAndNil closed issue #229: how can log4net support microseconds URL: https://github.com/apache/logging-log4net/issues/229 -- 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

Re: [I] how can log4net support microseconds (logging-log4net)

2025-02-10 Thread via GitHub
FreeAndNil closed issue #229: how can log4net support microseconds URL: https://github.com/apache/logging-log4net/issues/229 -- 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

Re: [PR] Fix log4j2.properties sample (logging-log4j2)

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

Re: [PR] Fix log4j2.properties sample (logging-log4j2)

2025-02-10 Thread via GitHub
ppkarwasz merged PR #3448: URL: https://github.com/apache/logging-log4j2/pull/3448 -- 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] Bump com.github.luben:zstd-jni from 1.5.6-9 to 1.5.6-10 in /log4j-parent (logging-log4j2)

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

[PR] Fix log4j2.properties sample (logging-log4j2)

2025-02-10 Thread via GitHub
mz0 opened a new pull request, #3448: URL: https://github.com/apache/logging-log4j2/pull/3448 Attempt to use the original log4j2.properties results in org.apache.logging.log4j.core.config.ConfigurationException: No type attribute provided for Layout on Appender CONSOLE Apparently `

Re: [PR] Fix log4j2.properties sample (logging-log4j2)

2025-02-10 Thread via GitHub
ppkarwasz commented on PR #3448: URL: https://github.com/apache/logging-log4j2/pull/3448#issuecomment-2648658266 @mz0, Thanks for the fix, it [is online](https://logging.apache.org/log4j/2.x/manual/installation.html#impl-core-config). -- This is an automated message from the Apache

[PR] Add transitive compileOnlyApi (requires static) dependencies (logging-log4j2)

2025-02-10 Thread via GitHub
jjohannes opened a new pull request, #3450: URL: https://github.com/apache/logging-log4j2/pull/3450 This pull requests adds `compileOnlyApi` dependencies (Gradle Module Metadata) and `requires static` (module-info) for all annotation libraries used in Log4j. See #3437 for details. Th

Re: [I] Compiling on Module Path with -Werror and -Xlint:all (logging-log4j2)

2025-02-10 Thread via GitHub
jjohannes commented on issue #3437: URL: https://github.com/apache/logging-log4j2/issues/3437#issuecomment-2648686124 My understanding of the argument why annotations with `CLASS` retention should be visible transitively (in certain cases) at compile time is: If, for instance, a public mem

[PR] Bugfix/log4 j 3441 (logging-log4j2)

2025-02-10 Thread via GitHub
JWT007 opened a new pull request, #3451: URL: https://github.com/apache/logging-log4j2/pull/3451 Improve on extensibility of BuiltConfiguration/DefaultConfigurationBuilder ConfigurationBuilder interface: - added convenience methods to ConfigurationBuilder interface (to better sync

Re: [I] DefaultConfigurationBuilder - is not final but cannot be practically extended due to (in)visibility of private fields (logging-log4j2)

2025-02-10 Thread via GitHub
JWT007 commented on issue #3441: URL: https://github.com/apache/logging-log4j2/issues/3441#issuecomment-2648796223 Hi @ppkarwasz, I created a PR - hopefully everything correct. Tried to avoid any binary incompatilitty with the exception of the Interface changes mentioned abov

Re: [PR] Bump com.github.luben:zstd-jni from 1.5.6-9 to 1.5.6-10 (logging-log4j2)

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

[I] AbstractConfiguration#initialize - making two passes generates invalid configuration - no check if initialization has already been performed (logging-log4j2)

2025-02-10 Thread via GitHub
JWT007 opened a new issue, #3449: URL: https://github.com/apache/logging-log4j2/issues/3449 Log4j 2.24.3 -- Repeated calls to the `Configuration#doConfigure` method discard appenders (and maybe other inforrmation). In my example, I have a configuration with two defined a

Re: [I] MdcPatternConverter - update output format for log process tool friendly and smaller size (logging-log4j2)

2025-02-10 Thread via GitHub
vy commented on issue #3435: URL: https://github.com/apache/logging-log4j2/issues/3435#issuecomment-2649202264 @amosshi, note that you can implement your custom MDC converter for Pattern Layout too. -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] Add transitive compileOnlyApi (requires static) dependencies (logging-log4j2)

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

Re: [I] make SocketAppender support server list (logging-log4j2)

2025-02-10 Thread via GitHub
vy commented on issue #3442: URL: https://github.com/apache/logging-log4j2/issues/3442#issuecomment-2649208156 @lu-xiaoshuang, curious: what is the log sink you use where you encounter this problem? -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] Add transitive compileOnlyApi (requires static) dependencies (logging-log4j2)

2025-02-10 Thread via GitHub
vy commented on PR #3450: URL: https://github.com/apache/logging-log4j2/pull/3450#issuecomment-2649215962 @ppkarwasz, shall we also add a test for this to `log4j-samples`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] Add transitive compileOnlyApi (requires static) dependencies (logging-log4j2)

2025-02-10 Thread via GitHub
vy commented on PR #3450: URL: https://github.com/apache/logging-log4j2/pull/3450#issuecomment-2649214344 @jjohannes, I've just released `logging-parent` version `12.0.0`. It contains breaking changes touching these dependencies. `dependabot` should automatically update `logging-parent` ver

Re: [I] Reload of key/trustsore when re-establishing a connection (logging-log4j2)

2025-02-10 Thread via GitHub
vy commented on issue #3074: URL: https://github.com/apache/logging-log4j2/issues/3074#issuecomment-2649233266 > The use case is that when a certificate expires and is replaced that the SocketAppender can continue without the need for manual intervention (currently need to touch the config

Re: [PR] Publish build scans to develocity.apache.org [logging-parent]

2025-02-10 Thread via GitHub
vy commented on PR #313: URL: https://github.com/apache/logging-parent/pull/313#issuecomment-2649234644 @gmcdonald, [done](https://lists.apache.org/thread/mkx0h6bhkyk7dpfbrf8o5xhdd6j3z2nm). -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 [logging-log4j-transform]

2025-02-10 Thread via GitHub
github-actions[bot] merged PR #162: URL: https://github.com/apache/logging-log4j-transform/pull/162 -- 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: noti

Re: [I] NullReferenceException in OpenFile: locking model not instantiated (logging-log4net)

2025-02-10 Thread via GitHub
FreeAndNil commented on issue #223: URL: https://github.com/apache/logging-log4net/issues/223#issuecomment-2650042985 @tmct were you successful? -- 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 t