node: Log Panics
1 pending
(1 total)
View logs
modified Cargo.lock
@@ -2107,6 +2107,16 @@ dependencies = [
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -2920,6 +2930,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-node/Cargo.toml
@@ -27,6 +27,7 @@ io-reactor = { version = "0.5.1", features = ["popol"] }
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-node/src/main.rs
@@ -301,14 +301,6 @@ fn initialize_logging(options: &LogOptions) -> Result<(), Box<dyn std::error::Er
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -320,6 +312,8 @@ fn main() {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|