chore(config): 重构生产配置并引入日志框架

- 精简 application-prod.yml,移除冗余日志格式与滚动策略配置
- 新增 logback-spring.xml,统一日志输出路径与格式
- .gitignore 追加 /logs/ 目录,避免日志文件入库
This commit is contained in:
2026-03-10 17:21:24 +08:00
parent 51555c3bb2
commit 6748ff0796
3 changed files with 43 additions and 12 deletions

1
.gitignore vendored
View File

@@ -50,3 +50,4 @@ build/
/docs/websocket-api.md
/src/main/resources/static/ws-test.html
/.omc/
/logs/