优化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

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