ni-ze opened a new issue, #149: URL: https://github.com/apache/rocketmq-streams/issues/149
There is no rocketmq-streams log output right now, when a APP running base on rocketmq-streams. It is inconvenient for troubleshooting. We can implement a inner log, which should not conflict with user's local log dependencies. A client log in rocketmq: ```java org.apache.rocketmq.client.log.ClientLogger ``` which solve this problem based on **InnerLoggerFactory** . There are other log dependency, such as log4j, in rocketmq-streams, we also need remove it and only use one log dependency. -- 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]
