diff 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
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerContext.cpp	Sun Nov 01 12:43:18 2020 +0100
+++ b/OrthancServer/Sources/ServerContext.cpp	Mon Nov 02 14:48:15 2020 +0100
@@ -222,7 +222,7 @@
   {
     if (saveJobs_)
     {
-      VLOG(1) << "Serializing the content of the jobs engine";
+      LOG(TRACE) << "Serializing the content of the jobs engine";
     
       try
       {