Skip to content

Commit

Permalink
Merge pull request #15 from bars43ru/issues-name-dir-log
Browse files Browse the repository at this point in the history
change name dir log
  • Loading branch information
bars43ru authored Mar 17, 2021
2 parents e05ec91 + d979cb0 commit 98149d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Gps2Yandex/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using Gps2Yandex.Yandex.Configure;
using Gps2Yandex.Wialon.Configure;
using Serilog;
using Microsoft.Extensions.Logging.Console;

namespace Gps2Yandex
{
Expand All @@ -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,
Expand Down

0 comments on commit 98149d9

Please sign in to comment.