cli: Add log rotation to `node start`
Very simple log rotation with two files.
1 file changed
+23
-6
1ece339e
→
71bba29c
modified radicle-cli/src/commands/node/control.rs
@@ -1,7 +1,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -15,6 +15,10 @@ use crate::terminal::Element as _;
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -50,11 +54,7 @@ pub fn start(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -267,3 +267,20 @@ pub fn config(node: &Node) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |