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.
Screen.Recording.2024-09-14.at.12.15.23.PM.mov
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.
1. Install
$ npm install
2. Development
$ npm run dev
3. Build
4. For windows
$ npm run build:win
5. For macOS
npm run build:mac
6. For Linux
$ npm run build:linux