Skip to content

Instantly share code, notes, and snippets.

@blambeau
Created August 20, 2014 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blambeau/8b4a9dd6d0619832ae27 to your computer and use it in GitHub Desktop.
Save blambeau/8b4a9dd6d0619832ae27 to your computer and use it in GitHub Desktop.
logger.configure({
default: "none",
override: {
"brolMachin": "all",
"trucBidule": "get"
}
});
customResource.get("brolMachin").then(function(result){
//
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment