All Projects → tmoreno → Open Log Viewer

tmoreno / Open Log Viewer

Licence: gpl-3.0
A multi-platform log viewer built with Electron and styled with Material Design

Projects that are alternatives of or similar to Open Log Viewer

Logviewer
📃 Provides a log viewer for Laravel
Stars: ✭ 2,098 (+1578.4%)
Mutual labels:  log, viewer
tailor
Tailor, the library for tailing logs under logrotate, written in go.
Stars: ✭ 35 (-72%)
Mutual labels:  log, tail
Fblog
Small command-line JSON Log viewer
Stars: ✭ 137 (+9.6%)
Mutual labels:  log, viewer
Tailon
Webapp for looking at and searching through files and streams
Stars: ✭ 155 (+24%)
Mutual labels:  tail, viewer
Console
OS X console application.
Stars: ✭ 298 (+138.4%)
Mutual labels:  log, viewer
Laravel Log Reader
A log reader and management tool for Laravel
Stars: ✭ 115 (-8%)
Mutual labels:  log, viewer
logtail
logtail is a log tailing utility, support tailing multiple commands output stream, transferring matching content to file/webhook(like dingtalk)
Stars: ✭ 33 (-73.6%)
Mutual labels:  log, tail
logs-monitor
An application like Linux tail for Windows. Using Windows FindFirstChangeNotification API to monitoring file changes.
Stars: ✭ 43 (-65.6%)
Mutual labels:  log, tail
TailLog
实时日志(tail log)查看监控客户端工具
Stars: ✭ 79 (-36.8%)
Mutual labels:  log, tail
json-log-viewer
Powerful terminal based viewer for JSON logs using ncurses.
Stars: ✭ 171 (+36.8%)
Mutual labels:  log, viewer
Eylogviewer
A simple viewer to see your app's logs on your iDevice in realtime.
Stars: ✭ 16 (-87.2%)
Mutual labels:  log, viewer
Laravel Tail
An artisan command to tail your application logs
Stars: ✭ 587 (+369.6%)
Mutual labels:  log, tail
Flow
A realtime log analyzer
Stars: ✭ 69 (-44.8%)
Mutual labels:  log, tail
Octopussy
Octopussy - Open Source Log Management Solution
Stars: ✭ 111 (-11.2%)
Mutual labels:  log
Viselog
日志系统,使用森林对象维护不同的日志树进行日志输出,可以是Logcat树、文件树等,支持Bundle、Intent、Reference、Throwable、Map、Collection、JSON、Xml等格式化的输出。
Stars: ✭ 111 (-11.2%)
Mutual labels:  log
Gtm
gtm (go tail mongo) is a MongoDB event listener
Stars: ✭ 110 (-12%)
Mutual labels:  tail
V Viewer
Image viewer component for vue, supports rotation, scale, zoom and so on, based on viewer.js
Stars: ✭ 1,776 (+1320.8%)
Mutual labels:  viewer
Node Lambda Log
Basic logging mechanism for Node 6.10+ Lambda Functions
Stars: ✭ 115 (-8%)
Mutual labels:  log
Irodr
RSS reader client like LDR for Inoreader.
Stars: ✭ 110 (-12%)
Mutual labels:  viewer
Nova Tail Tool
A Laravel Nova tool to display the application log
Stars: ✭ 110 (-12%)
Mutual labels:  log

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.5.0

Improvements

  • Automatic scrolling to the last log entry while new entries are append.
  • Added -f/--file arguments to open a log file from the terminal.

Version 1.4.2

Bugs Fixed

  • New lines are append to the end of editor instead of cursor position.

Version 1.4.1

Bugs Fixed

  • When a line starts with more than 4 spaces the line is whited.

Version 1.4.0

Improvements

  • Update to Electron 8 and the rest of dependencies.

Version 1.3.0

Improvements

  • Now you can use valid Java Script regular expressions when you specify a pattern for a log severity.

Bugs Fixed

  • A button to close the about dialog should appear for linux and mac.

Version 1.2.1

Improvements

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].