You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/01/22 05:36:17 UTC

[GitHub] ymwneu edited a comment on issue #619: mqAppender1 not can used

ymwneu edited a comment on issue #619: mqAppender1 not can used
URL: https://github.com/apache/rocketmq/issues/619#issuecomment-456276881
 
 
   The exception already tells you the reason: ClassNotFoundException. Class RocketmqLogbackAppender is defined in logappender module.
   try add dependency:
            `<dependency>
               <groupId>org.apache.rocketmq</groupId>
               <artifactId>rocketmq-logappender</artifactId>
           </dependency>`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services