comparison 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
comparison
equal deleted inserted replaced
4279:ab4d015af660 4280:58e757ded69e
1533 1533
1534 1534
1535 int main(int argc, char* argv[]) 1535 int main(int argc, char* argv[])
1536 { 1536 {
1537 Logging::Initialize(); 1537 Logging::Initialize();
1538 SetGlobalVerbosity(Verbosity_Default);
1538 1539
1539 bool upgradeDatabase = false; 1540 bool upgradeDatabase = false;
1540 bool loadJobsFromDatabase = true; 1541 bool loadJobsFromDatabase = true;
1541 const char* configurationFile = NULL; 1542 const char* configurationFile = NULL;
1542 1543