I've found console.group
handy a few times (even moreso console.groupCollapsed
). The ability to log all the details of (for example) an event that is going to fire numerous times, but only expand the details on the specific event I care about helps keep the logs less cluttered.