Logger Strategy
Config logger Strategy in dubbo
2.2.1
or later, dubbo support log4j、slf4j、jcl、jdk adapters 1, you can also explicitly configure the log output policy in the following ways:
Command
java -Ddubbo.application.logger=log4j
Configure in
dubbo.properties
dubbo.application.logger=log4j
Configure in
dubbo.xml
<dubbo:application logger="log4j" />
Custom Extensions: logger-adapter ↩︎
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified August 7, 2022: Fix broken links & Add link checker (#1339) (dbbf5dfe9c)