Set the logfile verbosity too. this silences a lot of debug messages in the

logfile
This commit is contained in:
Alexander Gottwald 2004-04-26 12:50:59 +00:00
parent 9263d80b5c
commit 962f3cbed8

View file

@ -290,6 +290,7 @@ OsVendorInit (void)
}
LogSetParameter (XLOG_FLUSH, 1);
LogSetParameter (XLOG_VERBOSITY, g_iLogVerbose);
LogSetParameter (XLOG_FILE_VERBOSITY, g_iLogVerbose);
/* Log the version information */
if (serverGeneration == 1)