Fix log file names

This commit is contained in:
Jordan Brown
2020-06-08 10:55:33 -04:00
parent 4e90c937c2
commit 635be097b4
@@ -136,7 +136,7 @@ namespace Tgstation.Server.Host.Core
"{Timestamp:o} {RequestId,13} [{Level:u3}] {SourceContext:l}: {Message} ({EventId:x8}){NewLine}{Exception}",
null);
logPath = IOManager.ConcatPath(logPath, "tgs-{Date}.log");
logPath = IOManager.ConcatPath(logPath, "tgs-.log");
var rollingFileConfig = sinkConfig.File(
formatter,
logPath,