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:
parent
9480d17cfc
commit
d675af5aa4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user