ppkarwasz commented on issue #1997: URL: https://github.com/apache/logging-log4j2/issues/1997#issuecomment-1823542666
@thejas-stripe, In order to be automatically detected, plugins must be compiled with the annotation processor present in `log4j-core`. In your project you explicitly pass `-proc:none` to your compiler's options. Remove that line and your example should work. -- 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]
