Skip to content

Commit

Permalink
in multitail, remove metals log dates to better match the ui/bleep fo…
Browse files Browse the repository at this point in the history
…rmat
  • Loading branch information
ornicar committed Dec 10, 2022
1 parent b9ab76a commit 62f6810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"check-format": "prettier --check .",
"lint": "eslint . --ext .ts",
"lila-journal": "journalctl --user -fu lila -o cat",
"serverlog": "multitail -cT ansi -l 'npm run lila-journal' -cT ansi -I .metals/metals.log",
"multilog": "multitail -cT ansi -l 'npm run lila-journal' -cT ansi -L 'ui/bleep -w' -cT ansi -I .metals/metals.log"
"serverlog": "multitail -cT ansi -l 'npm run lila-journal' -cT ansi -ke '^[0-9\\.]{10} ' -I .metals/metals.log",
"multilog": "multitail -cT ansi -l 'npm run lila-journal' -cT ansi -L 'ui/bleep -w' -cT ansi -ke '^[0-9\\.]{10} ' -I .metals/metals.log"
},
"workspaces": [
"ui",
Expand Down

0 comments on commit 62f6810

Please sign in to comment.