Commit graph

16 commits

Author SHA1 Message Date
dependabot[bot] ba76721bef
chore(deps): bump log from 0.4.18 to 0.4.19 (#91)
Bumps [log](https://github.com/rust-lang/log) from 0.4.18 to 0.4.19.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.18...0.4.19)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-13 00:48:11 +02:00
dependabot[bot] 1302f3ab7e
chore(deps): bump log from 0.4.17 to 0.4.18
Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.18.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.17...0.4.18)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29 02:01:38 +00:00
Orhun Parmaksız 3ace96419c
feat(tui): improve logging (#83)
* 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
2023-04-24 22:08:43 +02:00
Orhun Parmaksız 8344ee8970
refactor(deps)!: use parseit as workspace dependency 2023-04-12 18:44:43 +03:00
Orhun Parmaksız c529bc6d11
chore(deps): remove parseit crate from the workspace
Moved to https://github.com/orhun/parseit
2022-04-10 00:29:53 +03:00
Orhun Parmaksız 01a4f3fb81
refactor(parser): rename crate 2022-02-24 00:17:26 +03:00
Orhun Parmaksız bcc1f268a0
chore(project): add cargo profiles 2022-02-07 19:37:22 +03:00
Orhun Parmaksız 70530961c2
chore(project): remove default-members from cargo workspace 2022-01-24 19:25:40 +03:00
Orhun Parmaksız 8d589d7635
chore(tui): initialize project 2021-12-25 20:49:22 +03:00
Orhun Parmaksız 8ae0acda21
chore(project): rename project to systeroid 2021-10-14 00:19:11 +03:00
Orhun Parmaksız e55f512689
refactor(lib): move common modules to their own workspace 2021-10-04 22:03:32 +03:00
Orhun Parmaksız 6937c6ca7f
refactor(project): move parser to another workspace 2021-10-04 21:21:54 +03:00
Orhun Parmaksız 1927fa69fc
refactor(kernel): create a struct for the kernel documentation 2021-10-03 02:23:35 +03:00
Orhun Parmaksız 38ca4cc45f
feat(parser): add parser for parsing the kernel documentation 2021-09-30 00:29:40 +03:00
Orhun Parmaksız 25d23def63
chore(project): override cargo profile defaults 2021-09-26 00:33:48 +03:00
Orhun Parmaksız 30089f1c73
Initial commit 2021-09-25 02:50:33 +03:00