From a73c733a387701b9bfe5528f93bf628d971c3641 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 9 Jun 2024 20:10:34 -0400 Subject: Increase logging --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index abe6626..b327b25 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -17,9 +17,9 @@ class TrackerApp : public wxApp { virtual bool OnInit() { logfile = new std::ofstream(GetAbsolutePath("debug.log")); wxLog::SetActiveTarget(new wxLogStream(logfile)); + wxLog::SetVerbose(true); #ifndef NDEBUG - wxLog::SetVerbose(true); wxLog::SetActiveTarget(new wxLogWindow(nullptr, "Debug Log")); #endif -- cgit 1.4.1