You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
validOptions.append(RArgumentOption(Application::logDebugKey,RArgumentOption::Switch,QVariant(),"Switch on debug log level",RArgumentOption::Logger,false));
153
156
validOptions.append(RArgumentOption(Application::logTraceKey,RArgumentOption::Switch,QVariant(),"Switch on trace log level",RArgumentOption::Logger,false));
157
+
validOptions.append(RArgumentOption(Application::logQtKey,RArgumentOption::Switch,QVariant(),"Route Qt debug messages through RLogger",RArgumentOption::Logger,false));
validOptions.append(RArgumentOption(Application::publicHttpPortKey,RArgumentOption::Integer,Configuration::getDefaultPublicHttpPort(),"Public HTTP Server port",RArgumentOption::Optional,false));
156
161
validOptions.append(RArgumentOption(Application::privateHttpPortKey,RArgumentOption::Integer,Configuration::getDefaultPrivateHttpPort(),"Private HTTP Server port",RArgumentOption::Optional,false));
0 commit comments