I like using console.group() and console.groupCollapsed() to structure my console outputs where possible to prevent clutter and to make finding things easier.
Unfortunately, a collapsed group does not indicate whether there are any Errors or Warnings inside it, making it easy to miss them.
I suggest changing the background colour of a group's header to the corresponding colour or displaying a small icon inside the group's header (or both to bring it in line with how errors/warnings are normally displayed in the console) when Warnings or Errors are present inside.