diff OrthancServer/Sources/main.cpp @ 4280:58e757ded69e

SetDcmtkVerbosity()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Nov 2020 07:56:22 +0100
parents 0034f855c023
children fa5c5d3c8e75
line wrap: on
line diff
--- a/OrthancServer/Sources/main.cpp	Tue Nov 03 20:48:01 2020 +0100
+++ b/OrthancServer/Sources/main.cpp	Wed Nov 04 07:56:22 2020 +0100
@@ -1535,6 +1535,7 @@
 int main(int argc, char* argv[]) 
 {
   Logging::Initialize();
+  SetGlobalVerbosity(Verbosity_Default);
 
   bool upgradeDatabase = false;
   bool loadJobsFromDatabase = true;