From 26c838791d0565e6e279fc551dfb1e54180baf61 Mon Sep 17 00:00:00 2001 From: mara-1 <147929076+mara-1@users.noreply.github.com> Date: Thu, 23 May 2024 10:29:53 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B4=D0=B5=D0=BB=D0=B0=D0=BD?= =?UTF-8?q?=D0=BD=D0=B0=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjectBulldozer/ProjectBulldozer/serilog.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ProjectBulldozer/ProjectBulldozer/serilog.json b/ProjectBulldozer/ProjectBulldozer/serilog.json index ca7cac4..8849754 100644 --- a/ProjectBulldozer/ProjectBulldozer/serilog.json +++ b/ProjectBulldozer/ProjectBulldozer/serilog.json @@ -8,14 +8,14 @@ "Args": { "path": "Logs/log_.log", "rollingInterval": "Day", - "outputTemplate": "[{Timestamp:HH:mm:ss.fff}]{Level:u4}: {Message:lj}{NewLine}{Exception}" + "outputTemplate": "[{Timestamp:HH:mm:ss.fff}]: {Level:u4} {Message:lj}{NewLine}{Exception}" } }, { "Name": "Console" } ], "Enrich": [ "FromLogContext", "WithMachineName", "WithThreadId" ], "Properties": { - "Application": "Locomotives" + "Application": "Bulldozer" } } }