> For the complete documentation index, see [llms.txt](https://docs.gapvelocity.ai/webmap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gapvelocity.ai/webmap/general/frontend/guides/wmlogger/how-to-add-log-tags.md).

# 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.
