Skip to content

Commit

Permalink
ignore mio trace logs in logfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed Jan 24, 2020
1 parent ac0d217 commit 673171d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- add better-panic
- ignore mio trace logs in logfile
- [disk] fix panic if io counters not found
- [disk] fix mountpoint when partition mounted multiple times
- [disk][macos] add partition and disk usage support
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ fn setup_logfile(logfile_path: &Path) {
))
})
.chain(logfile)
.level_for("mio", log::LevelFilter::Debug)
.apply()
.unwrap();
}
Expand Down

0 comments on commit 673171d

Please sign in to comment.