diff options
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/main.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/main.cpp b/src/test/main.cpp index f792239..241015d 100644 --- a/src/test/main.cpp +++ b/src/test/main.cpp @@ -9,7 +9,7 @@ int main(int argc, char ** argv) {  	InitGoogleTest(&argc, argv);  	auto & cfg = Config::get_instance(); -	cfg.log.level = Log::Level::INFO; +	cfg.log.level = Log::Level::ERROR;  	return RUN_ALL_TESTS();  }  |