ppkarwasz commented on issue #1227: URL: https://github.com/apache/logging-log4j2/issues/1227#issuecomment-1411549556
@virajjasani, Check our [Log4j 1.2 to Log4j 2.x](https://logging.apache.org/log4j/2.x/manual/migration.html) migration guide. Even if the original Log4j 1.2 does not support configuring an `AsyncAppender` through properties [`log4j-1.2-api`](https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-1.2-api) does (the config you provided should work just fine). > ... we need to replace them with slf4j. No you don't, Log4j2 API provides everything SLF4J does and more. Check [Remko's answer on SO](https://stackoverflow.com/q/41498021/11748454) from 5 years ago. Although SLF4J has introduced some features since the, Log4j2 API was not idling either. If you have more question on the migration, I propose to continue this discussion on the [`log4j-user` mailing list](https://logging.apache.org/log4j/2.x/mail-lists.html). -- 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]
