mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Logging - Changed file extesion of log files from .txt to .log
This commit is contained in:
parent
a2df88bab9
commit
7000110dcb
@ -13,7 +13,7 @@ namespace Artemis.Core.Ninject
|
||||
private static readonly ILogger Logger = new LoggerConfiguration()
|
||||
.Enrich.FromLogContext()
|
||||
.Enrich.WithDemystifiedStackTraces()
|
||||
.WriteTo.File(Constants.DataFolder + "logs/Artemis log-.txt",
|
||||
.WriteTo.File(Constants.DataFolder + "logs/Artemis log-.log",
|
||||
rollingInterval: RollingInterval.Day,
|
||||
outputTemplate: "{Timestamp:yyyy-MM-dd HH:mm:ss.fff} [{Level:u3}] [{SourceContext}] {Message:lj}{NewLine}{Exception}")
|
||||
.WriteTo.Debug()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user