Skip to content

A multi-platform log viewer built with Electron and styled with Material Design

License

Notifications You must be signed in to change notification settings

eldologuzzo/open-log-viewer

 
 

Repository files navigation

Open Log Viewer
Open Log Viewer

A multi-platform log viewer built with Electron and styled with Material Design.

Key FeaturesInstallationDownloadRelease NotesCreditsLicense

screenshot

Key Features

  • Multiple opened files in tabs.
  • Tail file changes.
  • Filter log levels.
  • Colored log entries.
  • Customize log levels pattern.
  • Customize log levels color.
  • Cross platform
    • Windows, macOS and Linux ready.

Installation

# Clone this repository
$ git clone https://github.com/tmoreno/open-log-viewer

# Go into the repository
$ cd open-log-viewer

# Install dependencies
$ npm install

# Build app
$ npm run build

# Run the app
$ npm run start

Download

Open Log Viewer is available for Linux, Mac and Windows

macOS Windows Linux
Download Download Debian-based
RedHat-based

Release Notes

Version 1.2.0

Improvements

  • Added font size setting.
  • Restart app when change a log pattern.

Bugs Fixed

  • Reset settings when click on cancel button.

Version 1.1.2

Bugs Fixed

  • When there are more than one file opened then files with no line matches has the previous severity color.

Version 1.1.1

Bugs Fixed

  • If the first line does not match any log severity pattern, then the viewer was empty.

Version 1.1.0

Improvements

  • Enabled search feature. Press Ctrl+F or Command+F to find words or text in the log file.
  • Show line numbers.

Drawbacks

  • Color and patterns settings are global instead of by file.
  • Changes on patterns are applied after restarting the application.
  • Color and pattern settings are not migrated to this version, so you will lost them.

Credits

This software uses the following open source packages:

License

This project is licensed under the GPLv3 License - see the LICENSE file for details


Tomás Moreno Bernal  ·  GitHub @tmoreno  ·  Twitter @tmorenobernal

About

A multi-platform log viewer built with Electron and styled with Material Design

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 62.0%
  • JavaScript 34.6%
  • HTML 2.4%
  • CSS 1.0%