cli: Have a way of enabling logging in helper
modified Cargo.lock
@@ -2613,6 +2613,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-remote-helper/Cargo.toml
@@ -7,7 +7,8 @@ edition = "2021"
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-remote-helper/src/git-remote-rad.rs
@@ -10,6 +10,9 @@ pub const GIT_HEAD: &str = env!("GIT_HEAD");
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/logger.rs
@@ -5,13 +5,15 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -44,8 +46,38 @@ impl Log for Logger {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -54,8 +86,11 @@ impl Log for Logger {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| + | |
| + | |
|
|
|
|
|