Commit graph

8 commits

Author SHA1 Message Date
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 92ef3ec2ca
chore(docker): use the rust:alpine image for builder step 2023-01-16 19:46:14 +03:00
Orhun Parmaksız a69508d101
chore(docker): strip the binaries in Docker image 2022-04-05 23:41:02 +03:00
Orhun Parmaksız e50ab7a9d7
revert(docker): change the base image for 2nd stage
This reverts commit b7358b7e4a.
2022-03-19 18:22:57 +03:00
Orhun Parmaksız b7358b7e4a
chore(docker): change the base image for 2nd stage 2022-03-19 18:13:40 +03:00
Orhun Parmaksız 36e9a7693b
refactor(env): rename NOCACHE to NO_CACHE 2022-03-19 00:54:05 +03:00
Orhun Parmaksız f216894760
feat(docker): support viewing the latest kernel documentation 2022-03-18 15:50:10 +03:00
Orhun Parmaksız 03cbb8450a
chore(docker): add Dockerfile 2022-02-27 00:26:42 +03:00