Skip to content
This repository was archived by the owner on Oct 6, 2020. It is now read-only.

Conversation

@marinamarina
Copy link

@marinamarina marinamarina commented Jun 7, 2016

Just thought it is worth outputting a message via debugger when everything is working as expected, there are no errors and cached response is used

lib/index.js Outdated
return self._makeRequest(requestUrl, options, key, null, requestStartTime, callback, next);
}

debug('All working fine, cache hit');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea!

Would you be able to change the debug message to ...

debug('Cache hit for %s', requestUrl);

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants