> For the complete documentation index, see [llms.txt](https://wiki.roinujnosde.me/simpleclans/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.roinujnosde.me/simpleclans/other/untitled.md).

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