feat(基础功能增强): 服务运行日志上报到skywalking
新增logback上报skywalking插件
This commit is contained in:
parent
38db41eb38
commit
c6830e5544
|
|
@ -113,6 +113,13 @@
|
|||
<artifactId>swagger-annotations</artifactId>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.skywalking</groupId>
|
||||
<artifactId>apm-toolkit-logback-1.x</artifactId>
|
||||
<version>8.15.0</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue