#
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.
Logging is a great way to track player transactions and investigate any economy-related issues on your server.
#
⚙️ 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
💾 Performance Optimization
You can adjust the Write_Interval setting to reduce the frequency of disk writes. This helps save system resources and reduces disk usage without losing accuracy, as it does not affect the operation timestamps.