Skip to content

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.

Version 1.1.x and 1.2.x

  1. Apply any filters or searches as needed to display the logs you want to save.
  2. Click the "Save Log" button located near the filter options.
  3. 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.
  1. Click "Save". The displayed logs will be saved in the specified file with each log entry formatted as: Timestamp - Host - Severity - Message.
  2. A confirmation message will appear, indicating that the log was saved successfully.

Clone this wiki locally