cli: more explicit error message when rad node logs fail
modified radicle-cli/src/commands/node/control.rs
@@ -3,7 +3,7 @@ use std::fs::{File, OpenOptions};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -128,18 +128,20 @@ pub fn debug(node: &mut Node) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -154,13 +156,13 @@ pub fn logs(lines: usize, follow: Option<time::Duration>, profile: &Profile) ->
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|