Change default logging level to WARNING
To avoid spam in the build. Test: Presubmits Change-Id: I45db6cd92babda7f83582fd438210cae02c54708
This commit is contained in:
@@ -194,7 +194,7 @@ def InitLogging():
|
||||
'': {
|
||||
'handlers': ['default'],
|
||||
'propagate': True,
|
||||
'level': 'INFO',
|
||||
'level': 'WARNING',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user