# Logging server economy

## Configuration

By default, this feature is enabled, so you may want to turn it off. You can do it here:

{% tabs %}
{% tab title="config.yml" %}

```yaml
economy:
  bank-log:
    enable: true
```

{% endtab %}
{% endtabs %}

## Feature description

This feature will create a one per day CSV file in `/SimpleClans/logs/bank/`.<br>

![How does log file looks like](/files/-MiMhvZncbXf5tQauaLQ)

## For developers

If you want to add another format of logging, you can see how it's [implemented](https://github.com/RoinujNosde/SimpleClans/tree/master/src/main/java/net/sacredlabyrinth/phaed/simpleclans/loggers).


---

# 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://wiki.roinujnosde.me/simpleclans/other/untitled.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.
