Structured log viewer for canary logs

bodicsek 156b2060e6 Adding embedded image parsing edge cases 4 years ago
.vscode 68619834f5 Initial commit 5 years ago
testdata 68619834f5 Initial commit 5 years ago
.gitignore 284256252d Initial commit 5 years ago
LICENSE 284256252d Initial commit 5 years ago
README.md 81e8f0aa96 Adding basic instructions to README 5 years ago
clv.sh 1fd0405c0b Adding 'files' and 'time' command line parameters 4 years ago
clv.ts 156b2060e6 Adding embedded image parsing edge cases 4 years ago
clv_test.ts 68619834f5 Initial commit 5 years ago
deploy.sh 126827781a Adding deploy script (oci object storage) 5 years ago
run.sh e58280427e Adding run.sh 4 years ago

README.md

canary-log-viewer

Structured log viewer for canary logs.

How to run

  • Install deno
  • Run deno run --allow-read clv.ts <logfile>.

How to deploy

  • Install OCI CLI
  • Modify the OCI object storage details in deploy.sh.
  • Run deploy.sh

How to install

  • Add clv.sh to your PATH if you are using bash
    Note: it is using a preauthenticated url of the deployed clv.ts.