ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Logback​Json​Log​Viewer

Sublime Text plugin for viewing Logback style JSON formatted logs

Labels logback, json, log, logging

Details

Installs

  • Total 251
  • Win 111
  • Mac 114
  • Linux 26
Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 0 1 1 1 0 1 0 0 0 0 0 1 1 2
Mac 0 1 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 3 0 1 0 0 0 0 0 0 0 0 1 0 0 2 0 0 0 0 1 0 1 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0

Readme

Source
raw.​githubusercontent.​com

Log Viewer for Logback Style JSON Formatted Logs

Usage

After loading a JSON formatted file, the right click should display the View Log menu item.

It is possible to show/hide or highlight lines with particular severity. It is also possible to show/hide particular columns.

Lines that are not JSON are displayed as they are.

All log levels are visible and no highlight is applied by default. You can show/hide, add or remove particular columns by editing the LogbackJsonLogViewer.sublime-settings configuration file.

Log Levels

You can toggle log levels using numerical keys:

Key Log Level
1 DEBUG
2 INFO
3 WARN
4 ERROR

Columns

You can toggle pre-defined columns using numerical keys:

Key Column
1 @timestamp
2 severity
3 service
4 trace
5 span
6 thread
7 class
8 msg
9 version

Windows/Linux

  • super + 1..4 - Show or hide the lines with a particular log level (1 - DEBUG, 2 - INFO, 3 - WARN, 4 - ERROR).
  • alt + 1..4 - Toggle highlight for log level.
  • ctrl + 1..9 - Toggle visibility for a particular column.

MacOS

  • ⌘ + 1..4 - Show or hide the lines with a particular log level (1 - DEBUG, 2 - INFO, 3 - WARN, 4 - ERROR).
  • option + 1..4 - Toggle highlight for log level.
  • ctrl + 1..9 - Toggle visibility for a particular column.

Installation

Package Control

  1. Open Package Control: Preferences -> Package Control.
  2. Select Package Control: Install Package.
  3. Type LogbackJsonLogViewer into the search box and select the package to install it.

Manual

Without Git: Download the latest source from GitHub and copy the whole directory into the Packages directory.

With Git: Clone the repository in your Sublime Text directory, located somewhere in the user's Home directory:

`git clone git@github.com:neno--/LogbackJsonLogViewer.git`

The Packages packages directory is located:

  • Windows: %APPDATA%/Sublime Text/Packages/
  • Linux: ~/.Sublime Text/Packages/
  • OS X: ~/Library/Application Support/Sublime Text/Packages/