Merge "Handy access to INFO level"

This commit is contained in:
Jenkins
2015-06-25 05:29:19 +00:00
committed by Gerrit Code Review

View File

@@ -32,6 +32,7 @@ CRITICAL = logging.CRITICAL
DEBUG = logging.DEBUG
ERROR = logging.ERROR
FATAL = logging.FATAL
INFO = logging.INFO
NOTSET = logging.NOTSET
WARN = logging.WARN
WARNING = logging.WARNING