From 41ccf1460c1034a26741cf5cb210d1e3275e1617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B0=D1=82=D1=8F=20=D0=98=D1=85=D0=BE=D0=BD=D0=BA?= =?UTF-8?q?=D0=B8=D0=BD=D0=B0?= Date: Fri, 16 Dec 2022 20:29:27 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BB=D0=B0=D0=B1=D0=BE=D1=80=D0=B0=D1=82?= =?UTF-8?q?=D0=BE=D1=80=D0=BD=D0=B0=D1=8F=207?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MotorBoat/MotorBoat/MotorBoat.csproj | 12 ++++++++++++ MotorBoat/MotorBoat/appSetting.json | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/MotorBoat/MotorBoat/MotorBoat.csproj b/MotorBoat/MotorBoat/MotorBoat.csproj index 13ee123..a4f89ae 100644 --- a/MotorBoat/MotorBoat/MotorBoat.csproj +++ b/MotorBoat/MotorBoat/MotorBoat.csproj @@ -8,6 +8,18 @@ enable + + + + + + + + + + + + True diff --git a/MotorBoat/MotorBoat/appSetting.json b/MotorBoat/MotorBoat/appSetting.json index 4966efb..f6e9186 100644 --- a/MotorBoat/MotorBoat/appSetting.json +++ b/MotorBoat/MotorBoat/appSetting.json @@ -6,7 +6,6 @@ { "Name": "File", "Args": { - "path": "log_.log", "rollingInterval": "Day", "outputTemplate": "[{Timestamp:HH:mm:ss.fff}]{Level:u4}: {Message:lj}{NewLine}{Exception}" }