Prevent the creation of Logfiles in the Game Directory

This commit is contained in:
Guido L.
2014-11-20 12:59:02 +01:00
parent 8ba2137af0
commit 0806cca133
3 changed files with 4 additions and 15 deletions

View File

@@ -28,7 +28,6 @@ namespace OpenRA.Utility
AppDomain.CurrentDomain.AssemblyResolve += GlobalFileSystem.ResolveAssembly;
Log.LogPath = Platform.ResolvePath("^", "Logs");
Log.AddChannel("perf", null);
Log.AddChannel("debug", null);