Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #468 from sofastack/tovi-dev
Browse files Browse the repository at this point in the history
fix dubbo error when loading biz module in samples/dubbo-samples/rpc/…
  • Loading branch information
lvjing2 authored Jan 15, 2024
2 parents fde2bd0 + 01b163b commit d985cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ logging.level.com.alipay.sofa.rpc.grpc=DEBUG
logging.level.root=INFO
logging.level.com.alipay.sofa.arklet=INFO
#logging.config=classpath:log4j2-spring.xml
spring.main.allow-bean-definition-overriding=true

dubbo.application.logger=slf4j
dubbo.application.name=biz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ logging.level.com.alipay.sofa.rpc.grpc=DEBUG
logging.level.root=INFO
logging.level.com.alipay.sofa.arklet=INFO
#logging.config=classpath:log4j2-spring.xml
spring.main.allow-bean-definition-overriding=true

dubbo.application.logger=slf4j
dubbo.application.name=biz2
Expand Down

0 comments on commit d985cb2

Please sign in to comment.