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

Adding a debugger message when no errors and cache is hit #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Adding a debugger message when no errors and cache is hit #7

wants to merge 2 commits into from

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

@@ -101,6 +101,7 @@ HttpCache.prototype = {
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