Skip to content
2 changes: 2 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ func (c colimaApp) Start(conf config.Config) error {
ctx := context.WithValue(context.Background(), config.CtxKey(), conf)

log.Println("starting", config.CurrentProfile().DisplayName)
// print the full path of current profile being used
log.Tracef("starting with config file: %s\n", config.CurrentProfile().File())

var containers []environment.Container
if !environment.IsNoneRuntime(conf.Runtime) {
Expand Down