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
# The frequency (in seconds) of disk writes.
Write_Interval: 5
Enabled:
# Whether logs are sent to the console.
Console: true
# whether logs are saved to a file.
File: true