hailshao commented on PR #3093: URL: https://github.com/apache/logging-log4j2/pull/3093#issuecomment-2421132128
1、jar a) 2.24.1 (gradle download) force 'org.apache.logging.log4j:log4j-slf4j-impl:2.24.1' force 'org.apache.logging.log4j:log4j-core:2.24.1' force 'org.apache.logging.log4j:log4j-api:2.24.1' force 'org.apache.logging.log4j:log4j-jul:2.24.1' b) 2.25.0-SNAPSHOT(manual download): https://repository.apache.org/content/groups/snapshots/org/apache/logging/log4j/log4j-core/2.25.0-SNAPSHOT/log4j-core-2.25.0-20241016.104251-51.jar https://repository.apache.org/content/groups/snapshots/org/apache/logging/log4j/log4j-api/2.25.0-SNAPSHOT/log4j-api-2.25.0-20241016.104251-51.jar https://repository.apache.org/content/groups/snapshots/org/apache/logging/log4j/log4j-jul/2.25.0-SNAPSHOT/log4j-jul-2.25.0-20241016.104251-51.jar https://repository.apache.org/content/groups/snapshots/org/apache/logging/log4j/log4j-slf4j-impl/2.25.0-SNAPSHOT/log4j-slf4j-impl-2.25.0-20241016.104251-51.jar 2、DISK WRITE a) speed1(slow) Log4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector + 2.24.1 iotop: 13M/s b) speed2(slower) Log4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector + 2.25.0-SNAPSHOT or log4j2.contextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector + 2.25.0-SNAPSHOT iotop: 4.5M/s c) speed3(fast) Log4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector + 2.24.1 + %ex iotop: 110M/s 3、result Thank you very much, we have accepted your proposal: switch %xEx to% ex. Please refer to the attachment for details [speed.zip](https://github.com/user-attachments/files/17427050/speed.zip) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
