comparison Core/JobsEngine/JobsRegistry.cpp @ 2939:577786f59252

reduced log level for failing job backup
author am@osimis.io
date Wed, 28 Nov 2018 14:48:14 +0100
parents 251614c2edac
children dc18d5804746
comparison
equal deleted inserted replaced
2938:d658f5785b7b 2939:577786f59252
290 target[RUNTIME] = static_cast<unsigned int>(runtime_.total_milliseconds()); 290 target[RUNTIME] = static_cast<unsigned int>(runtime_.total_milliseconds());
291 return true; 291 return true;
292 } 292 }
293 else 293 else
294 { 294 {
295 LOG(INFO) << "Job backup is not supported for job of type: " << jobType_; 295 VLOG(1) << "Job backup is not supported for job of type: " << jobType_;
296 return false; 296 return false;
297 } 297 }
298 } 298 }
299 299
300 JobHandler(IJobUnserializer& unserializer, 300 JobHandler(IJobUnserializer& unserializer,