cli: Gracefully handle failure to link log file
Not linking node.log is not ideal, but also not a critical failure.
It’s better to swallow that instead of crashing.
1 file changed
+11
-1
ed5b2659
→
ed5b2659
modified crates/radicle-cli/src/commands/node/logs.rs
@@ -153,11 +153,21 @@ impl Rotate {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|