Skip to content

Commit

Permalink
feat(tui): improve logging (#83)
Browse files Browse the repository at this point in the history
* chore(deps): add logging dependencies

* refactor(cli): use log functions for logging

* refactor(core): use log functions for logging

* feat(tui): add logging for tui

* feat(args): add an option for setting the log file for TUI logs

* chore(core): add trace logging

* fix(cli): make log level configurable via RUST_LOG

* chore(log): improve logging

* chore(tui): add logs to specific events

* style(tui): update the colors for the logger widget

* feat(log): allow setting the log level for tui

* chore(config)!: remove the verbose option

* fix(test): update render tui test

* chore(tui): update MSRV for tui

* chore(audit): add configuration file for cargo-audit

* chore: Bump the Rust version in Dockerfile

* feat(log): add target to logs

* docs(readme): update documentation about logging
  • Loading branch information
orhun authored Apr 24, 2023
1 parent 80be6c5 commit 3ace964
Show file tree
Hide file tree
Showing 24 changed files with 860 additions and 86 deletions.
8 changes: 8 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[advisories]
ignore = [
"RUSTSEC-2020-0071", # `chrono` - Potential segfault in the time crate
]

[output]
quiet = false
deny = ["warnings"]
Loading

0 comments on commit 3ace964

Please sign in to comment.