Searched refs:adjust_log_level (Results 1 – 2 of 2) sorted by relevance
74 void PrintProcessLog(const nlohmann::json &json, int adjust_log_level);
129 …(const nlohmann::json &info, const std::string &job_name, const int job_id, int adjust_log_level) { in PrintInfo() argument131 level = level > adjust_log_level ? adjust_log_level : level; in PrintInfo()286 void AscendKernelCompileManager::PrintProcessLog(const nlohmann::json &json, int adjust_log_level =… in PrintProcessLog() argument292 PrintInfo(item, json_name, job_id, adjust_log_level); in PrintProcessLog()