# Logger

As per the name, our event logger will log events created by running many services in the Pepper ecosystem. As of now both the [routines scheduler](/getting-started/cli/routines-scheduler.md) and our [captcha harvester](/getting-started/cli/captcha-harvester.md) are supported.

You can easily monitor what is happening. Which service is doing what and when it happened.

All good but.. where I can open the Logger?

Well, it's easy:

* Open Pepper
* Click on your avatar
* Choose Logger
* You are done

If you want to quickly access to our Logger, save the resulting URL as a bookmark.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pepperscripts.com/getting-started/options/logger.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
