-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/grib jump changes #42
Conversation
@@ -370,7 +370,7 @@ Length DHSProtocol::retrieve(const MarsRequest& request) | |||
{ | |||
Endpoint callbackEndpoint = callback_->endpoint(); | |||
|
|||
Log::debug() << "DHSProtocol: call back on " << callbackEndpoint << std::endl; | |||
LOG_DEBUG_LIB(LibMetkit) << "DHSProtocol: call back on " << callbackEndpoint << std::endl; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this slightly changes the log behaviour: it now depends on the env variable METKIT_DEBUG instead of DEBUG.
It might be even better...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is more efficient
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and correct
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good. I had helped write the code so Im a bit biased
@@ -370,7 +370,7 @@ Length DHSProtocol::retrieve(const MarsRequest& request) | |||
{ | |||
Endpoint callbackEndpoint = callback_->endpoint(); | |||
|
|||
Log::debug() << "DHSProtocol: call back on " << callbackEndpoint << std::endl; | |||
LOG_DEBUG_LIB(LibMetkit) << "DHSProtocol: call back on " << callbackEndpoint << std::endl; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is more efficient
@@ -370,7 +370,7 @@ Length DHSProtocol::retrieve(const MarsRequest& request) | |||
{ | |||
Endpoint callbackEndpoint = callback_->endpoint(); | |||
|
|||
Log::debug() << "DHSProtocol: call back on " << callbackEndpoint << std::endl; | |||
LOG_DEBUG_LIB(LibMetkit) << "DHSProtocol: call back on " << callbackEndpoint << std::endl; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and correct
Changes made to metkit by myself during the development of grib jump, and by Tiago when preparing the polytope demo.