# How to add log tags

In case you want to give a especific tag to some logs, follow the next steps:

## Step 1

Go to Developer tools -> Application -> localStorage.

## Step 2

If `logTag` variable doesn't exist, add it.

## Step 3

Now just change its value for the desired tag.

## Note

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.
