Skip to content

Commit

Permalink
add icon and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
justinearl committed Jul 16, 2024
1 parent 3c720c3 commit 8607c1c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# logviewer README

View JSON like logfile in table format
View JSON like logfile in table format.

Files that contains logs like this

```log
{"message": "...", "..."}
{"message": "...", "..."}
{"message": "...", "..."}
{"message": "...", "..."}
```

can be viewed in table format


Download the vsix file

Expand All @@ -17,7 +29,13 @@ code --install-extension logviewer-latest.vsix

## Features

Run command by pressing `Ctrl` + `Shift` + `P` and Type `JSON Log viewer`
- Run command by pressing `Ctrl` + `Shift` + `P` and Type `JSON Log viewer`
- Sort logs by timestamp (or by any columns) by double clicking on a header item
- View the JSON tree by double clicking on row
- Filter specified items (`+`, `-`)
- Toggle column by clicking `+` in JSON tree
- Reorder columns (`<-`)
- Immediately reflect changes on log file

## Development

Expand Down
Binary file added assets/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "This is use to view filebeat like logs",
"version": "1.0.1",
"publisher": "justinearl",
"icon": "assets/images/icon.png",
"engines": {
"vscode": "^1.90.0"
},
Expand Down

0 comments on commit 8607c1c

Please sign in to comment.