Commit Graph

6 Commits

Author SHA1 Message Date
dingjs
8664a1aec6
fix [ISSUE #12323] , using the project's logback packagingData configuration instead of logback-nacos.xml's packagingData configuration (#12360) 2024-07-18 11:10:09 +08:00
shalk(xiao kun)
8575e84ee4
fix nacos client dependencies tree without grpc package (#12266) 2024-06-24 13:50:29 +08:00
shalk(xiao kun)
67da6d1b5f
upgrade module naocs-log from junit4 to junit5 (#12156) 2024-05-31 11:50:03 +08:00
shalk(xiao kun)
b016e79dfe
fix client log config (#12040) 2024-04-29 09:34:53 +08:00
杨翊 SionYang
da3e88b3d4
[ISSUE#11956] Fix logging module old bugs (#12011)
* Remove log4j dependencies from nacos-client.

* Fix logback listener don't add to context.

* Fix can't adapter low version logback below 1.1.10.

* For checkstyle.
2024-04-24 18:07:34 +08:00
杨翊 SionYang
4d30b042ee
[ISSUE #11956] Move logback 12 and log4j2 adapter to single module. (#11996)
* Move some basic logging classes into common module.

* Move logback 12 version adapter to single module.

* For checkstyle.

* Enhance logger adapter pom.

* Refactor the adapter initialization logic to avoid spi loader error.

* Move log4j2 logger adapter to single module.

* Fix the ut cover and create useless dir.
2024-04-23 10:24:38 +08:00