Skip to content

Commit

Permalink
fix: add schema for lnav formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
macintacos committed Nov 11, 2023
1 parent 9d98551 commit 17d64f5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions lnav/formats/installed/a-proxy.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://lnav.org/schemas/format-v1.schema.json",
"proxy_log": {
"title": "A-Proxy Log Format",
"regex": {
Expand Down
1 change: 1 addition & 0 deletions lnav/formats/installed/mongod-post44.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://lnav.org/schemas/format-v1.schema.json",
"mongod_post44": {
"title": "MongoDB 4.4 Log format",
"description": "New log format beginning with MongoDB 4.4",
Expand Down
1 change: 1 addition & 0 deletions lnav/formats/installed/mongod-pre44.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://lnav.org/schemas/format-v1.schema.json",
"mongod_pre44": {
"title": "MongoDB server log format",
"regex": {
Expand Down
2 changes: 2 additions & 0 deletions shell/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,5 @@ test -e "${ZDOTDIR}/.iterm2_shell_integration.zsh" && source "${ZDOTDIR}/.iterm2
## comment out the following line (and the first line at the top of this file), start a new shell, analyze the results.
# zprof
# }}}

source /Users/macinburrito/.config/broot/launcher/bash/br

0 comments on commit 17d64f5

Please sign in to comment.