diff --git a/src/Gps2Yandex/Program.cs b/src/Gps2Yandex/Program.cs index fdf0dc2..00010db 100644 --- a/src/Gps2Yandex/Program.cs +++ b/src/Gps2Yandex/Program.cs @@ -6,7 +6,6 @@ using Gps2Yandex.Yandex.Configure; using Gps2Yandex.Wialon.Configure; using Serilog; -using Microsoft.Extensions.Logging.Console; namespace Gps2Yandex { @@ -28,7 +27,7 @@ public static IHostBuilder CreateHostBuilder(string[] args) var serilogLogger = new LoggerConfiguration() .WriteTo.File( - path: "Logs/log-.txt", + path: "logs/log-.txt", outputTemplate: LoggerFormat, fileSizeLimitBytes: null, shared: true,