Merge "Allow -v option to change log level" into main

This commit is contained in:
Kelvin Zhang 2023-10-25 04:59:01 +00:00 committed by Gerrit Code Review
commit c87fd674a8

View file

@ -210,7 +210,7 @@ def InitLogging():
'': {
'handlers': ['default'],
'propagate': True,
'level': 'WARNING',
'level': 'NOTSET',
}
}
}