mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 09:02:41 +01:00
Fix log file names
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user