Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98142f84 authored by Cole Faust's avatar Cole Faust
Browse files

Change default logging level to WARNING

To avoid spam in the build.

Test: Presubmits
Change-Id: I45db6cd92babda7f83582fd438210cae02c54708
parent 4f4f965f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@ def InitLogging():
          '': {
              'handlers': ['default'],
              'propagate': True,
              'level': 'INFO',
              'level': 'WARNING',
          }
      }
  }