question

Upvotes
Accepted
1 0 0 0

如何关闭maven版本中的debug日志

引入了maven的依赖之后,项目是可以跑起来的,但是我想关闭debug级别的日志是可以的吗

<dependency>
   <groupId>com.thomsonreuters.ema</groupId>
   <artifactId>ema</artifactId>
   <version>3.5.1.0</version>
</dependency>1712543443606.png
#technologyema-apijavamaven
1712543443606.png (331.7 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @guoshuai

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS

@guoshuai

Hi,

Please be informed that a reply has been verified as correct in answering the question, and marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
79.3k 253 52 74

@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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.