node: Do not set `RUST_BACKTRACE`
Even though it helps diagnosing panics, it should be up to the user to set RUST_BACKTRACE.
Frankly, I think it was a mistake to have radicle-node modify its own environment. We should have told the users that were seeing panics to please set RUST_BACKTRACE=1.
1 file changed
+0
-8
5fea9ac0
→
df71a0b7
modified crates/radicle-node/src/main.rs
@@ -301,14 +301,6 @@ fn initialize_logging(options: &LogOptions) -> Result<(), Box<dyn std::error::Er
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|