> For the complete documentation index, see [llms.txt](https://docs.ostara.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ostara.dev/features/application-features/manage/loggers.md).

# Loggers

### Overview

Loggers at the application level is exactly the same as the instance level [Loggers](/features/instance-features/manage/loggers.md), but apply their changes to every active instance within the application.&#x20;

### Usage

To change the log level of a given logger, simply click on one of the log levels to the right. The change will affect any other loggers within the hierarchy of the logger which were not explicitly set on Ostara or in the app configuration. At any point, you may press the **Reset** button on the right of any Ostara configured logger and reset it to its original state.

Loggers which were not configured, but inherit configuration will appear faded, whereas explicitly configured loggers will appear solid.

<figure><img src="/files/XF6zc3lm8qdlziYub4cE" alt=""><figcaption></figcaption></figure>

You can also filter the list to show only explicitly configured loggers by clicking on **Configured** in the top right:

<figure><img src="/files/wWvN3Rb8Gs7CnnGlDL1s" alt=""><figcaption></figcaption></figure>

Additionally, you can choose to only show loggers which represent classes by clicking on **Classes** in the top right

<figure><img src="/files/UwmIDw3idCeRIDK2f161" alt=""><figcaption></figcaption></figure>

In addition to this, if multiple instances have conflicting log levels for certain loggers, they will be displayed like so:

<figure><img src="/files/iujmrREZ4bJlfTagpMR6" alt=""><figcaption></figcaption></figure>

### Required Abilities

* [Loggers](/features/abilities.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.ostara.dev/features/application-features/manage/loggers.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.
