fixes #0004000: Ability to suppress console output when running under python

This commit is contained in:
wmayer
2019-06-13 15:46:49 +02:00
parent 1b26173580
commit 1406c03d18
4 changed files with 17 additions and 2 deletions

View File

@@ -82,6 +82,7 @@ int main( int argc, char ** argv )
// Init phase ===========================================================
// sets the default run mode for FC, starts with command prompt if not overridden in InitConfig...
App::Application::Config()["RunMode"] = "Exit";
App::Application::Config()["LoggingConsole"] = "1";
// Inits the Application
App::Application::init(argc,argv);