In case you want to give a especific tag to some logs, follow the next steps:
Go to Developer tools -> Application -> localStorage.
If logTag variable doesn't exist, add it.
logTag
Now just change its value for the desired tag.
Is important to know that this tag will be added to every log, so it can be changed in different moments to modify some especific areas.
Was this helpful?