SOLVED: Grin-wallet borked - logfile permission denied..?

I’m just having all sorts of issues lately.
So here is a simpler one, now my grin-wallet has borked. I’ve been using it fine so far, not sure what has changed.

When I do grin-wallet info I get a permission denied error:

thread 'main' panicked at 'Failed to create logfile: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }', /home/me/.cargo/registry/src/github.com-1ecc6299db9ec823/grin_util-4.0.0/src/logger.rs:216:25
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

On Ubuntu 18,
Grin 4.0.2
grin-wallet 4.0.0

anyone know what happened here?

**EDIT: SOLVED:
There was an extra grin-wallet.toml file in my home dir for some reason. deleted it and problem solved.