chore: expend the path information about current profile being used
Revision of #1267.
As subject mentioned, according to mistaken config yaml which modified manually, it might be showing the full path about the current profile being used with command $ colima start as well.
I am actually not a fan of this approach as it is not a relevant information for most users.
I would leave it as is, and log the config file as a trace i.e. with log.Trace. If for troubleshooting reasons there is a need to verify the config file being loaded, trace log can be enabled with the --very-verbose flag.
@jason19970210 do you still want to update this?
@abiosoft I have made change to log.Tracef which comes up with "very-verbose".
@jason19970210 I added one more code comment suggestion.
@abiosoft it looks good about the suggestions.