diff --git a/OpenRA.Utility/Program.cs b/OpenRA.Utility/Program.cs index fb7f078eed..f04e9700dc 100644 --- a/OpenRA.Utility/Program.cs +++ b/OpenRA.Utility/Program.cs @@ -43,6 +43,7 @@ namespace OpenRA.Utility AppDomain.CurrentDomain.AssemblyResolve += GlobalFileSystem.ResolveAssembly; Log.LogPath = Platform.SupportDir + "Logs" + Path.DirectorySeparatorChar; + Log.AddChannel("perf", null); try {