Summary
In the cli-utils crate inside the shared directory, the log args can be set with environment variables. But these are prefixed with BASE_ instead of BASE_NODE_ like all the other environment variables. This ticket is to update these environment variables to use the BASE_NODE_ prefix instead of just BASE_.
There should also be sufficient test coverage as part of this ticket work.