Skip to content

Commit 7445988

Browse files
committed
Change logging from verbose to warning
Otherwise test results get lost in the crowd.
1 parent af2b16e commit 7445988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/testapp/src/common_main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ extern "C" int common_main(int argc, const char* argv[]) {
170170
}
171171
LogMessage("Successfully initialized Firebase Firestore.");
172172

173-
firestore->set_log_level(firebase::LogLevel::kLogLevelVerbose);
173+
firestore->set_log_level(firebase::LogLevel::kLogLevelWarning);
174174

175175
if (firestore->app() != app) {
176176
LogMessage("ERROR: failed to get App the Firestore was created with.");

0 commit comments

Comments
 (0)