fuchsia: allow ERROR log messages in tests

Fixed: fuchsia:77967
Change-Id: I1c88e3687963d8e78ffd36e4af6afd0f88476110
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2936513
Reviewed-by: Scott Graham <scottmg@chromium.org>
Commit-Queue: Francois Rousseau <frousseau@google.com>
GitOrigin-RevId: 7ad54b8831d696ab0e533bbeb4d09658b516b937
diff --git a/BUILD.gn b/BUILD.gn
index eeba180..3f19b60 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -79,6 +79,12 @@
 
     fuchsia_test_package("crashpad-test") {
       test_components = [ ":crashpad-test-component" ]
+
+      test_specs = {
+        log_settings = {
+          max_severity = "ERROR"
+        }
+      }
     }
 
     _resource_files = [