diff --git a/mindspore/ccsrc/utils/context/ms_context.cc b/mindspore/ccsrc/utils/context/ms_context.cc index bee5875f60300ad163172018d37394339073359d..569285f5df7cc11b0b0494b54fe2308591b02434 100644 --- a/mindspore/ccsrc/utils/context/ms_context.cc +++ b/mindspore/ccsrc/utils/context/ms_context.cc @@ -78,7 +78,7 @@ MsContext::MsContext(const std::string& policy, const std::string& target) { enable_dynamic_mem_pool_ = true; graph_memory_max_size_ = "0"; variable_memory_max_size_ = "0"; - MS_LOG(INFO) << "Create context with backend policy:" << policy << ", device target:" << target << "."; + MS_LOG(DEBUG) << "Create context with backend policy:" << policy << ", device target:" << target << "."; } std::shared_ptr MsContext::GetInstance() {