We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296e419 commit ecfc412Copy full SHA for ecfc412
extra/UniversalCompiler/Logger.cs
@@ -23,7 +23,7 @@ only when the Logger object is disposed. This solves the log file sharing proble
23
*/
24
}
25
26
- private const string LOG_FILENAME = "./Temp/UniversalCompiler.txt";
+ private const string LOG_FILENAME = "./Temp/UniversalCompiler.log";
27
private const int MAXIMUM_FILE_AGE_IN_MINUTES = 5;
28
29
private readonly Mutex mutex;
0 commit comments