引入了maven的依赖之后,项目是可以跑起来的,但是我想关闭debug级别的日志是可以的吗
<dependency> <groupId>com.thomsonreuters.ema</groupId> <artifactId>ema</artifactId> <version>3.5.1.0</version></dependency>
@guoshuai
Thank you for reaching out to us.
According to the Learn how to direct EMA Java log to Java Logging API article, EMA Java uses the Simple Logging Facade for Java (SLF4J) logging API to log information.
Please check the logging mechanism and configurations that the application is using.