Log files
Introduction
In our application, log files are automatic records that store everything that happens during system usage — such as command executions, errors, configuration changes, connectivity tests, and other events.
These logs are essential for:
- Identifying failures or unexpected behavior, making it easier to fix issues;
- Tracking actions performed by the user or automatically by the system, ensuring transparency and control;
- Assisting in technical diagnostics, especially during support situations;
- Maintaining a detailed history of operations, allowing future analysis and improvements.
In other words, the application’s log files act as an internal monitoring and diagnostic tool, helping to keep the system reliable, secure, and efficient.