添加测试环境日志目录

This commit is contained in:
aikai 2025-03-24 11:41:13 +08:00
parent b3fb4465f7
commit 083504198c
3 changed files with 11 additions and 1 deletions

View File

@ -128,3 +128,7 @@ spring:
# 芋道配置项,设置当前项目所有自定义的配置
yudao:
demo: true # 开启演示模式
logging:
file:
name: D:/project/rcs/logs/${spring.application.name}.log

View File

@ -41,4 +41,6 @@ mqtt:
timeout: 10
keepalive: 20
logging:
file:
name: D:/project/rcs/logs/${spring.application.name}.log

View File

@ -231,3 +231,7 @@ zn:
robot_config: #机器人取放货默认配置
offset_height: 0.1 #叉起货需要在原来高度基础上偏移的高度
default_tray_height: 1.1 #默认每层高度
logging:
file:
name: D:/project/rcs/logs/${spring.application.name}.log