Skip to content

Log Monitoring Tools is an open source cross application that makes it easy to monitor logs on servers on your network or on your own computer. It is designed for developers and system administrators.

License

Notifications You must be signed in to change notification settings

tw4/log-monitoring-tools

Repository files navigation

log-monitoring-tools

project-image

Log Monitoring Tools is an open source cross application that makes it easy to monitor logs on servers on your network or on your own computer. It is designed for developers and system administrators.

shieldsshieldsshieldsshieldsshieldsshieldsshields GitHub branch status GitHub Actions Workflow Status GitHub Downloads (all assets, latest release) GitHub repo file or directory count Windows 11 macOS

🎥Screenshot

Screen.Recording.2024-09-14.at.12.15.23.PM.mov

🧐 Features

Here're some of the project's best features:

  • Ability to add log paths to monitor log files on servers within the same network.
  • Ability to monitor local log files for logs generated on the local machine.
  • Customization of log paths with tags and names.
  • Ability to perform custom searches within log files.
  • Use of distinct colors for different log types such as ERROR INFO etc.
  • Provision of a handy tool for log management.

🛠️ Installation Steps:

1. Install

$ npm install

2. Development

$ npm run dev

3. Build

4. For windows

⚠️ Powershell must be used for build and must be run as administrator.
$ npm run build:win

5. For macOS

npm run build:mac

6. For Linux

$ npm run build:linux