generated from MetaMask/metamask-module-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
ocap-enhancementOCAP Kernel enhancementOCAP Kernel enhancementocap-researchOCAP Kernel researchOCAP Kernel research
Description
A catch all issue for the discussion of this topic moving forward. There are many aliases of console.log; which should be used and when?
Considerations
- Does MetaMask have a convention already established?
- Sometimes we want to use console messages during development, but do not want these messages to make it into the repo. Prior work has used
console.debugfor such messages, with the presence ofconsole.debugmessages in a PR indicating that these messages should have been cleaned up before submission. - @sirtimid notes that in chrome the
console.debugalias specifically keeps messages hidden unless the log is viewed at the highest verbosity (VERBOSE).
Prior conversations
Metadata
Metadata
Assignees
Labels
ocap-enhancementOCAP Kernel enhancementOCAP Kernel enhancementocap-researchOCAP Kernel researchOCAP Kernel research