[GitHub] [logging-log4cxx] swebb2066 opened a new pull request, #246: Reduce logging overhead by reserving storage in the output string

2023-08-02 Thread via GitHub
swebb2066 opened a new pull request, #246: URL: https://github.com/apache/logging-log4cxx/pull/246 (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

[GitHub] [logging-log4cxx] swebb2066 merged pull request #245: Include multiprocessrollingfileappender when requested

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

[GitHub] [logging-log4cxx] swebb2066 merged pull request #244: Allow CFString code testing on non-Apple systems

2023-08-02 Thread via GitHub
swebb2066 merged PR #244: URL: https://github.com/apache/logging-log4cxx/pull/244 -- 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: [PR] Adapt ExtendedStackTraceElement to Java 9+ (logging-log4j2)

2023-08-02 Thread via GitHub
ppkarwasz merged PR #1641: URL: https://github.com/apache/logging-log4j2/pull/1641 -- 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] Handle additional StackTraceElement fields in JDK 9 (logging-log4j2)

2023-08-02 Thread via GitHub
ppkarwasz closed issue #1640: Handle additional StackTraceElement fields in JDK 9 URL: https://github.com/apache/logging-log4j2/issues/1640 -- 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

Re: [PR] Bump com.google.errorprone:error_prone_core from 2.20.0 to 2.21.0 (logging-log4j-transform)

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

[PR] Bump com.google.errorprone:error_prone_core from 2.20.0 to 2.21.0 (logging-log4j-transform)

2023-08-02 Thread via GitHub
dependabot[bot] opened a new pull request, #52: URL: https://github.com/apache/logging-log4j-transform/pull/52 Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.20.0 to 2.21.0. Release notes Sourced from

[I] JSON Format with nanoseconds causes ArrayIndexOutOfBoundsException (logging-log4j2)

2023-08-02 Thread via GitHub
vertex-github opened a new issue, #1658: URL: https://github.com/apache/logging-log4j2/issues/1658 ## Description Configure JSONTemplate with a custom timestamp formatter:

[jira] [Commented] (LOG4J2-3666) traceEntry() and traceExit() - Similar methods not there with INFO/DEBUG level?

2023-08-02 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17750429#comment-17750429 ] Gary D. Gregory commented on LOG4J2-3666: - Because this is designed to "trace" coming in and out

[jira] [Created] (LOG4J2-3666) traceEntry() and traceExit() - Similar methods not there with INFO/DEBUG level?

2023-08-02 Thread Sreenivas K (Jira)
Sreenivas K created LOG4J2-3666: --- Summary: traceEntry() and traceExit() - Similar methods not there with INFO/DEBUG level? Key: LOG4J2-3666 URL: https://issues.apache.org/jira/browse/LOG4J2-3666

Re: [PR] Bump logback.version from 1.2.11 to 1.2.12 (logging-log4j2)

2023-08-02 Thread via GitHub
github-actions[bot] merged PR #1656: URL: https://github.com/apache/logging-log4j2/pull/1656 -- 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: [PR] Bump com.datastax.cassandra:cassandra-driver-core from 3.11.3 to 3.11.4 (logging-log4j2)

2023-08-02 Thread via GitHub
github-actions[bot] merged PR #1655: URL: https://github.com/apache/logging-log4j2/pull/1655 -- 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: [PR] Bump org.xerial.snappy:snappy-java from 1.1.10.2 to 1.1.10.3 (logging-log4j2)

2023-08-02 Thread via GitHub
github-actions[bot] merged PR #1654: URL: https://github.com/apache/logging-log4j2/pull/1654 -- 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: [PR] Fix `MemoryMappedFileAppender` buffer unmapping on JRE 9+ (logging-log4j2)

2023-08-02 Thread via GitHub
ppkarwasz commented on PR #1647: URL: https://github.com/apache/logging-log4j2/pull/1647#issuecomment-1661899773 I found out that `main` solves this problem in the same exact way. I am merging this PR. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] Fix `MemoryMappedFileAppender` buffer unmapping on JRE 9+ (logging-log4j2)

2023-08-02 Thread via GitHub
ppkarwasz merged PR #1647: URL: https://github.com/apache/logging-log4j2/pull/1647 -- 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] MappedByteBuffer unmapping on JDK 9+ (logging-log4j2)

2023-08-02 Thread via GitHub
ppkarwasz closed issue #1646: MappedByteBuffer unmapping on JDK 9+ URL: https://github.com/apache/logging-log4j2/issues/1646 -- 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

[GitHub] [logging-log4cxx] swebb2066 opened a new pull request, #245: Include multiprocessrollingfileappender when requested

2023-08-02 Thread via GitHub
swebb2066 opened a new pull request, #245: URL: https://github.com/apache/logging-log4cxx/pull/245 The cmake var LOG4CXX_MULTIPROCESS_ROLLING_FILE_APPENDER was not being used -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] Bump com.google.errorprone:error_prone_core from 2.20.0 to 2.21.0 (logging-log4j-tools)

2023-08-02 Thread via GitHub
github-actions[bot] merged PR #73: URL: https://github.com/apache/logging-log4j-tools/pull/73 -- 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:

[PR] Bump com.google.errorprone:error_prone_core from 2.20.0 to 2.21.0 (logging-log4j-tools)

2023-08-02 Thread via GitHub
dependabot[bot] opened a new pull request, #73: URL: https://github.com/apache/logging-log4j-tools/pull/73 Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.20.0 to 2.21.0. Release notes Sourced from