Mercurial > hg > orthanc
changeset 4806:753f87dac208
changed log levels
author | Alain Mazy <am@osimis.io> |
---|---|
date | Wed, 10 Nov 2021 15:29:35 +0100 |
parents | 0a38000b086d |
children | 0d5d28f78488 |
files | OrthancServer/Sources/OrthancGetRequestHandler.cpp OrthancServer/Sources/OrthancMoveRequestHandler.cpp |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancGetRequestHandler.cpp Tue Nov 09 09:51:14 2021 +0100 +++ b/OrthancServer/Sources/OrthancGetRequestHandler.cpp Wed Nov 10 15:29:35 2021 +0100 @@ -497,7 +497,7 @@ { MetricsRegistry::Timer timer(context_.GetMetricsRegistry(), "orthanc_get_scp_duration_ms"); - CLOG(WARNING, DICOM) << "C-GET-SCU request received from AET \"" << originatorAet << "\""; + CLOG(INFO, DICOM) << "C-GET-SCU request received from AET \"" << originatorAet << "\""; { DicomArray query(input);
--- a/OrthancServer/Sources/OrthancMoveRequestHandler.cpp Tue Nov 09 09:51:14 2021 +0100 +++ b/OrthancServer/Sources/OrthancMoveRequestHandler.cpp Wed Nov 10 15:29:35 2021 +0100 @@ -334,7 +334,7 @@ { MetricsRegistry::Timer timer(context_.GetMetricsRegistry(), "orthanc_move_scp_duration_ms"); - CLOG(WARNING, DICOM) << "Move-SCU request received for AET \"" << targetAet << "\""; + CLOG(INFO, DICOM) << "Move-SCU request received for AET \"" << targetAet << "\""; { DicomArray query(input);