Mercurial > hg > orthanc
diff OrthancFramework/Sources/HttpServer/HttpServer.cpp @ 4273:0034f855c023
tuning log categories from command-line, and binary compat with orthanc framework 1.7.2
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 03 Nov 2020 12:24:50 +0100 |
parents | 0ae2ca210077 |
children | 0923247e69f6 |
line wrap: on
line diff
--- a/OrthancFramework/Sources/HttpServer/HttpServer.cpp Tue Nov 03 07:19:33 2020 +0100 +++ b/OrthancFramework/Sources/HttpServer/HttpServer.cpp Tue Nov 03 12:24:50 2020 +0100 @@ -1088,7 +1088,7 @@ std::transform(name.begin(), name.end(), name.begin(), ::tolower); headers.insert(std::make_pair(name, value)); - LOG(TRACE) << "HTTP header: [" << name << "]: [" << value << "]"; + CLOG(TRACE, REST) << "HTTP header: [" << name << "]: [" << value << "]"; } if (server.IsHttpCompressionEnabled())