优化rocketmq日志到logback

This commit is contained in:
paulGao
2022-02-21 12:03:07 +08:00
parent f555f6423a
commit 631600ab3f
10 changed files with 86 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ public class BuyerApiApplication {
public static void main(String[] args) {
System.setProperty("es.set.netty.runtime.available.processors", "false");
System.setProperty("rocketmq.client.logUseSlf4j","true");
SpringApplication.run(BuyerApiApplication.class, args);
}
}