Design
Models
API
API Mapping
Migration Guide
Syntax Support
Environment Variables
FAQ
RELEASE NOTES
Get the logger level.
str, the Log level includes 4(CRITICAL), 3(ERROR), 2(WARNING), 1(INFO), 0(DEBUG).
Examples
>>> import os >>> import mindspore as ms >>> os.environ['GLOG_v'] = '0' >>> level = ms.get_level() >>> print(level) '0'