logging.getLogger().getEffectiveLevel()
logging.getLogger()不带参数的将获取根级别记录器。
http://docs.python.org/library/logging.html#logging.Logger.getEffectiveLevel

logging.getLogger().getEffectiveLevel()
logging.getLogger()不带参数的将获取根级别记录器。
http://docs.python.org/library/logging.html#logging.Logger.getEffectiveLevel