config: `node.log` having no effect
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 ...