Fix file logging template

This commit is contained in:
Jordan Brown
2020-08-04 12:33:12 -04:00
parent 506f4448bb
commit 715e2b014b
@@ -137,7 +137,7 @@ namespace Tgstation.Server.Host.Core
var formatter = new MessageTemplateTextFormatter(
"{Timestamp:o} "
+ ServiceCollectionExtensions.SerilogContextTemplate
+ "|IR:{InstanceReference}){): [{Level:u3}] {SourceContext:l}: {Message} ({EventId:x8}){NewLine}{Exception}",
+ "|IR:{InstanceReference}): [{Level:u3}] {SourceContext:l}: {Message} ({EventId:x8}){NewLine}{Exception}",
null);
logPath = IOManager.ConcatPath(logPath, "tgs-.log");