Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
config: `node.log` having no effect
ade opened 20 days ago

Setting my node.log to DEBUG is having no effect on the node process log output after a restart. Only getting INFO level. Using the cli flag rad node start -- --log debug is working as expected.

Confirmed on Linux and Mac.

$ rad node stop
$ rad config set node.log DEBUG
$ rad node start --foreground
... INFO only ...