Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
fixup! radicle/config/node: Use newtypes
✗ CI failure Matthias Beyer committed 8 months ago
commit ccf7a67f6f881539947c18b06c75dab3f5b07eb9
parent 8334de56022f40d863337638eef345f85a073732
2 failed 1 pending (3 total) View logs
1 file changed +1 -1
modified crates/radicle-node/src/main.rs
@@ -90,7 +90,7 @@ fn execute() -> anyhow::Result<()> {
    let config = options.config.unwrap_or_else(|| home.config());
    let mut config = profile::Config::load(&config)?;

-
    let level = options.log.unwrap_or(config.node.log.into());
+
    let level = options.log.unwrap_or_else(|| config.node.log.into());

    let logger = {
        let journal = {