aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 3f004913..063389fd 100644
--- a/main.cpp
+++ b/main.cpp
@@ -125,6 +125,9 @@ int main(int argc, char *argv[])
// qDebug() << "High DPI auto scaling - enabled";
//#endif
+ // Turn off colors in monerod log output.
+ qputenv("TERM", "goaway");
+
MainApp app(argc, argv);
app.setApplicationName("monero-core");