实现配方生成器

This commit is contained in:
2025-11-26 20:23:29 +08:00
parent 35eae7b3ec
commit ba60ed541c
6 changed files with 220 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ server:
# 日志配置
log:
level: "debug" # 日志级别: "debug", "info", "warn", "error", "dpanic", "panic", "fatal"
level: "info" # 日志级别: "debug", "info", "warn", "error", "dpanic", "panic", "fatal"
format: "console" # 日志格式: "console" 或 "json"
enable_file: true # 是否启用文件日志
file_path: "./app_logs/app.log" # 日志文件路径