-
Notifications
You must be signed in to change notification settings - Fork 0
Saving Logs to a File
Chris Collins edited this page Sep 3, 2024
·
2 revisions
You can save the currently displayed log entries to a file for archival or further analysis.
- Apply any filters or searches as needed to display the logs you want to save.
- Click the "Save Log" button located near the filter options.
- A file save dialog will appear:
- Choose the directory and name the file (e.g., filtered_logs.log).
- The default extension is .log, but you can choose other formats like .txt.
- Click "Save". The displayed logs will be saved in the specified file with each log entry formatted as: Timestamp - Host - Severity - Message.
- A confirmation message will appear, indicating that the log was saved successfully.