From 28eef98a0b52618515ced80f189723e174d4a797 Mon Sep 17 00:00:00 2001 From: xujiang Date: Wed, 16 Jul 2025 11:37:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DYAML=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=AD=97=E6=AE=B5=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将LogLevel字段改为小写log_level,以符合YAML规范 --- backend/etc/photography-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/etc/photography-api.yaml b/backend/etc/photography-api.yaml index 8d79a83..5111a73 100644 --- a/backend/etc/photography-api.yaml +++ b/backend/etc/photography-api.yaml @@ -41,4 +41,4 @@ middleware: - http://localhost:5173 - https://admin.photography.iriver.top - https://photography.iriver.top - LogLevel: info + log_level: info