comparison 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
comparison
equal deleted inserted replaced
2684:b53cefe3901c 2685:6801f99bbc2f
675 if (!Toolbox::IsSHA1(stripped)) 675 if (!Toolbox::IsSHA1(stripped))
676 { 676 {
677 return false; 677 return false;
678 } 678 }
679 679
680 if (Configuration::GetGlobalBoolParameter("LogExportedResources", true)) 680 if (Configuration::GetGlobalBoolParameter("LogExportedResources", false))
681 { 681 {
682 context.GetIndex().LogExportedResource(stripped, remote); 682 context.GetIndex().LogExportedResource(stripped, remote);
683 } 683 }
684 684
685 context.AddChildInstances(job, stripped); 685 context.AddChildInstances(job, stripped);