fixes #0004000: Ability to suppress console output when running under python
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user