From 682e3d8a8d3abcec82af1654e89e8deeee09e570 Mon Sep 17 00:00:00 2001 From: "DESKTOP-G961P6V\\Zhh" <839860190@qq.com> Date: Fri, 7 Apr 2023 17:34:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Shentun.Peis.HttpApi.Host/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shentun.Peis.HttpApi.Host/Program.cs b/src/Shentun.Peis.HttpApi.Host/Program.cs index 9c208f1..c75c563 100644 --- a/src/Shentun.Peis.HttpApi.Host/Program.cs +++ b/src/Shentun.Peis.HttpApi.Host/Program.cs @@ -12,7 +12,7 @@ public class Program { public async static Task Main(string[] args) { - Log.Logger = new LoggerConfiguration() + Log.Logger = new LoggerConfiguration() #if DEBUG .MinimumLevel.Debug() #else