-
Notifications
You must be signed in to change notification settings - Fork 575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(frontend): redact sql option in log #16871
Changes from all commits
00cd04f
dba6391
4cddf3d
05de385
032bd41
b4119dd
f01a129
be0f7a6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ normal = ["workspace-hack"] | |
itertools = { workspace = true } | ||
serde = { version = "1.0", features = ["derive"], optional = true } | ||
thiserror = "1.0.61" | ||
tokio = { version = "0.2", package = "madsim-tokio" } | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit: Actually |
||
tracing = "0.1" | ||
tracing-subscriber = "0.3" | ||
winnow = { version = "0.6.8", git = "https://github.com/TennyZhuang/winnow.git", rev = "a6b1f04" } | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks a little bit dirty though. 🤣
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes...
We can wrap it with another context object.
Anyway the PR will be reverted in the near future..