Reduce the default log-level for the launcher.
This commit is contained in:
parent
cae06a79b7
commit
3a69e20248
1 changed files with 1 additions and 3 deletions
|
@ -548,9 +548,7 @@ static void logToHome(const std::string& pri)
|
|||
// Main top level initialization
|
||||
int fgMainInit( int argc, char **argv )
|
||||
{
|
||||
// set default log level to 'info' for startup, we will revert to a lower
|
||||
// level once startup is done.
|
||||
sglog().setLogLevels( SG_ALL, SG_INFO );
|
||||
sglog().setLogLevels( SG_ALL, SG_WARN );
|
||||
sglog().setStartupLoggingEnabled(true);
|
||||
|
||||
globals = new FGGlobals;
|
||||
|
|
Loading…
Reference in a new issue