mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Fix file logging template
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user