> 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

Economics on your server is probably one of the most important things to do. To understand how much money your clans operate, you can rely on this function.

## 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](https://3147254304-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MDzSURjf29qvGnoWu7Z%2F-MiMbjfEG6s5j9Lug6As%2F-MiMhvZncbXf5tQauaLQ%2F%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5.png?alt=media\&token=96645753-6064-4b97-83a6-1cc7d60fb5b9)

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