Skip to content

Commit 5600849

Browse files
author
Brian Cummings
committed
Merge branch 'develop' of github.com:PathfinderHonorManager/PathfinderHonorManagerAPI into develop
2 parents 04f8c70 + 9fc9beb commit 5600849

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PathfinderHonorManager/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ public static IHostBuilder CreateHostBuilder(string[] args) =>
3434
options.FileName = "azure-diagnostics-";
3535
options.FileSizeLimit = 50 * 1024;
3636
options.RetainedFileCountLimit = 5;
37+
options.OutputTemplate = "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] {Message}{NewLine}{Exception}";
3738
})
3839
.Configure<AzureBlobLoggerOptions>(options =>
3940
{
4041
options.BlobName = "log.txt";
42+
options.OutputTemplate = "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] {Message}{NewLine}{Exception}";
4143
}));
4244
}
4345
}

0 commit comments

Comments
 (0)