[Box Backup-commit] COMMIT r3077 - box/trunk/infrastructure

subversion at boxbackup.org subversion at boxbackup.org
Thu Feb 2 22:15:44 GMT 2012


Author: chris
Date: 2012-02-02 22:15:43 +0000 (Thu, 02 Feb 2012)
New Revision: 3077

Modified:
   box/trunk/infrastructure/buildenv-testmain-template.cpp
Log:
Set console log level as well as global level in tests.


Modified: box/trunk/infrastructure/buildenv-testmain-template.cpp
===================================================================
--- box/trunk/infrastructure/buildenv-testmain-template.cpp	2012-02-02 22:07:42 UTC (rev 3076)
+++ box/trunk/infrastructure/buildenv-testmain-template.cpp	2012-02-02 22:15:43 UTC (rev 3077)
@@ -292,6 +292,7 @@
 	}
 
 	Logging::SetGlobalLevel((Log::Level)logLevel);
+	Logging::FilterConsole((Log::Level)logLevel);
 
 	argc -= optind - 1;
 	argv += optind - 1;




More information about the Boxbackup-commit mailing list