node: Update logging config
Promote message logging to debug level, and change default level to
info.
This is because trace level often covers details at a different level
of detail than for eg. messages sent and received. This means we don’t
have to use trace level just to see the gossip.
3 files changed
+24
-10
25c71627
→
474df7fc
modified radicle-cli/src/commands/node/control.rs
@@ -3,6 +3,7 @@ use std::fs::{File, OpenOptions};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -61,7 +62,8 @@ pub fn start(
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -98,7 +100,8 @@ pub fn start(
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/main.rs
@@ -32,6 +32,7 @@ Options
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -40,6 +41,7 @@ Options
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -51,6 +53,7 @@ impl Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -66,6 +69,9 @@ impl Options {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -81,17 +87,18 @@ impl Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/service.rs
@@ -942,10 +942,14 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1100,7 +1104,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1147,7 +1151,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1296,7 +1300,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1617,7 +1621,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|