diff OrthancServer/OrthancRestApi/OrthancRestModalities.cpp @ 2685:6801f99bbc2f jobs

Configuration option "LogExportedResources" is now "false" by default
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 27 Jun 2018 15:09:11 +0200
parents 3fc310ceb6d4
children 6e3a60b85da6
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi/OrthancRestModalities.cpp	Thu Jun 21 09:32:42 2018 +0200
+++ b/OrthancServer/OrthancRestApi/OrthancRestModalities.cpp	Wed Jun 27 15:09:11 2018 +0200
@@ -677,7 +677,7 @@
         return false;
       }
 
-      if (Configuration::GetGlobalBoolParameter("LogExportedResources", true))
+      if (Configuration::GetGlobalBoolParameter("LogExportedResources", false))
       {
         context.GetIndex().LogExportedResource(stripped, remote);
       }