Skip to content

Commit

Permalink
enable support for qlog (controlled by QLOGDIR env) (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann authored Jun 7, 2024
1 parent b4a16d2 commit 4f417e2
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.qlog
*.sqlog
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ require (
)

require (
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
github.com/onsi/ginkgo/v2 v2.9.5 // indirect
Expand Down
Loading

0 comments on commit 4f417e2

Please sign in to comment.