updated debug->info level at startup

This commit is contained in:
matlabbe
2015-09-03 09:56:25 -04:00
parent 7a721105ae
commit 786bbaa2c2

View File

@@ -41,7 +41,7 @@ int main(int argc, char* argv[])
{
/* Set logger type */
ULogger::setType(ULogger::kTypeConsole);
ULogger::setLevel(ULogger::kDebug);
ULogger::setLevel(ULogger::kInfo);
/* Create tasks */
QApplication * app = new QApplication(argc, argv);