1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-08-10 12:40:35 +02:00

Rename the debug log again to TD_Console.txt for consistency

This commit is contained in:
chylex 2016-10-18 16:04:31 +02:00
parent 9480d17cfc
commit d675af5aa4

View File

@ -120,7 +120,7 @@ private static void Main(){
Locale = Args.GetValue("-locale", "en"),
CachePath = StoragePath,
BrowserSubprocessPath = File.Exists(BrowserSubprocess) ? BrowserSubprocess : "CefSharp.BrowserSubprocess.exe",
LogFile = Path.Combine(StoragePath, "jsconsole.log"),
LogFile = Path.Combine(StoragePath, "TD_Console.txt"),
#if !DEBUG
LogSeverity = Args.HasFlag("-log") ? LogSeverity.Info : LogSeverity.Disable
#endif