Nepxion / Aquarius

🔱 Nepxion Aquarius is a list of distribution components based on Redis + Zookeeper with Nepxion Matrix AOP framework, including distribution lock, cache, id generator, limitation 分布式锁、缓存、全局唯一主键、限流
http://www.nepxion.com
Apache License 2.0
405 stars 149 forks source link

LocalIdGeneratorApplication 运行后不打印日志 #4

Closed huotaihe closed 5 years ago

huotaihe commented 6 years ago

您好!非常感谢你提供的这么好用的工具。 我运行 example 后发现LocalIdGeneratorApplication 的日志在控制台不打印 LOG.info("Timer1 - Unique id={}", localIdGenerator.nextUniqueId(2, 3));

huotaihe commented 6 years ago

另外还请问一下,哪里可以找到Nepxion Matrix AOP 项目。 我在你的组织里和 github 上找了一下没有找到。

HaojunRen commented 5 years ago

不好意思,今天才看到。我这边可以打印的,估计是日志引入的问题。 Matrix AOP在首页:https://github.com/Nepxion

huotaihe commented 5 years ago

谢谢您的回复,我再看一下。