ci: k8s日志输出

This commit is contained in:
zhangjialin 2022-03-16 15:23:20 +08:00
parent 09aad85ece
commit 7cf21fa7a8

View File

@ -87,4 +87,12 @@
</root>
</springProfile>
<!-- k8s环境输出至文件 -->
<springProfile name="k8s">
<root level="INFO">
<appender-ref ref="CONSOLE" />
<appender-ref ref="FILE" />
</root>
</springProfile>
</configuration>