Skip to content

Commit

Permalink
fix(tracing): make env filter warn the default
Browse files Browse the repository at this point in the history
Refs: #522
  • Loading branch information
soywod committed Jan 9, 2025
1 parent 1928b36 commit 082e680
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Put back `warn` the default log level. [#522]

Since logs are sent to `stderr`, warnings can be easily discarded by prepending commands with `RUST_LOG=off` or by appending commands with `2>/dev/null`.

### Fixed

- Fixed permissions issues when using `install.sh`. [#515]
Expand Down Expand Up @@ -941,4 +947,5 @@ Few major concepts changed:
[#496]: https://github.com/pimalaya/himalaya/issues/496
[#508]: https://github.com/pimalaya/himalaya/issues/508
[#515]: https://github.com/pimalaya/himalaya/issues/515
[#522]: https://github.com/pimalaya/himalaya/issues/522
[core#10]: https://github.com/pimalaya/core/issues/10
3 changes: 1 addition & 2 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ toml = "0.8"
tracing = "0.1"
url = "2.2"
uuid = { version = "0.8", features = ["v4"] }

[patch.crates-io]
pimalaya-tui.git = "https://github.com/pimalaya/tui"

0 comments on commit 082e680

Please sign in to comment.