We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04f8c70 + 9fc9beb commit 5600849Copy full SHA for 5600849
PathfinderHonorManager/Program.cs
@@ -34,10 +34,12 @@ public static IHostBuilder CreateHostBuilder(string[] args) =>
34
options.FileName = "azure-diagnostics-";
35
options.FileSizeLimit = 50 * 1024;
36
options.RetainedFileCountLimit = 5;
37
+ options.OutputTemplate = "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] {Message}{NewLine}{Exception}";
38
})
39
.Configure<AzureBlobLoggerOptions>(options =>
40
{
41
options.BlobName = "log.txt";
42
43
}));
44
}
45
0 commit comments