comparison OrthancServer/Sources/ServerContext.cpp @ 4268:0ae2ca210077

new macro TLOG() to replace VLOG() for trace logs with a category
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 02 Nov 2020 14:48:15 +0100
parents f9eaf14d3d19
children 09ed936fd381
comparison
equal deleted inserted replaced
4267:a20928107a90 4268:0ae2ca210077
220 220
221 void ServerContext::SaveJobsEngine() 221 void ServerContext::SaveJobsEngine()
222 { 222 {
223 if (saveJobs_) 223 if (saveJobs_)
224 { 224 {
225 VLOG(1) << "Serializing the content of the jobs engine"; 225 LOG(TRACE) << "Serializing the content of the jobs engine";
226 226
227 try 227 try
228 { 228 {
229 Json::Value value; 229 Json::Value value;
230 jobsEngine_.GetRegistry().Serialize(value); 230 jobsEngine_.GetRegistry().Serialize(value);