lindzh commented on issue #295: Anyone can tell me how to configure the log path? URL: https://github.com/apache/rocketmq/issues/295#issuecomment-384848892 If you are using 4.2.0 or lower version,Please see https://github.com/apache/rocketmq/tree/master/client/src/main/resources for more detail and https://github.com/apache/rocketmq/blob/master/client/src/main/java/org/apache/rocketmq/client/log/ClientLogger.java. RocketMQ client is using {user.home}/logs/rocketmq_client.log as it's default log file.If you want to change maxLogFileCount and logpath you can set system properties like rocketmq.client.logRoot,rocketmq.client.logFileMaxIndex,rocketmq.client.logLevel. If you want to change other option just overwrite config file.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
