# Operation Logs

ExcellentEconomy provides a robust logging system that records all currency-related transactions and operations. You can monitor these activities in real-time via the console or review them later in a dedicated log file.

The log file is located within the plugin directory: operations.log.


# ⚙️ Configuration

You can customize how logs are handled by editing the config.yml file.

config.yml
Logs:
  DateFormat: dd/MM/yyyy HH:mm:ss
  Write_Interval: 5
  Enabled:
    # Whether logs are sent to the console.
    Console: true
    # whether logs are saved to a file.
    File: true