Skip to content

Commit

Permalink
feat(bin): hide INFO level log by default
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <[email protected]>
  • Loading branch information
xxchan committed Jun 6, 2024
1 parent ab774f1 commit 7b830e4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.20.3] - 2024-06-06

* feat(bin): hide `INFO` level log by default

## [0.20.2] - 2024-04-22

* fix(bin): `halt` is not handled.
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["sqllogictest", "sqllogictest-bin", "sqllogictest-engines", "tests"]

[workspace.package]
version = "0.20.2"
version = "0.20.3"
edition = "2021"
homepage = "https://github.com/risinglightdb/sqllogictest-rs"
keywords = ["sql", "database", "parser", "cli"]
Expand Down
4 changes: 2 additions & 2 deletions sqllogictest-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ tokio = { version = "1", features = [
"process",
] }
fs-err = "2.9.0"
tracing-subscriber= "0.3"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = [] }
tracing = "0.1"

0 comments on commit 7b830e4

Please sign in to comment.