Handy access to INFO level
It appears that the INFO log level does not have itself exposed for handy access, so fix that. Change-Id: I74582e645ad883f33b08a460756b84a0a2d25b51
This commit is contained in:
parent
4b28b32778
commit
56ca354123
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user