> 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/instance-features/manage/logfile.md).

# Logfile

### Overview

Ostara offers the convenience of viewing and downloading the contents of the instance's log file, enabling you to effortlessly access and analyze the log data.

### Usage

Ostara's logfile view presents the log file as a continuous stream of data, displaying the latest information. It provides real-time updates, allowing you to monitor the most recent log entries. However, to access the complete log file containing the entire history of events, it is necessary to download the log file locally.

<figure><img src="/files/VNiJqhJkKdD2KA53IKmv" alt="Spring Boot Actuator Logfile rolling view"><figcaption></figcaption></figure>

To download the complete log file, click the download button on the top right:

<figure><img src="/files/wecpTpXaFMVjMgTENaxV" alt="Download Spring Boot Actuator Logfile"><figcaption></figcaption></figure>

### Required Abilities

* [Logfile](/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/instance-features/manage/logfile.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.
