Skip to content

Commit

Permalink
chore: debug log rendered applications on disk
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Nov 21, 2023
1 parent ff01278 commit 994c6e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/myks/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ func (e *Environment) renderedApplications() ([]string, error) {
apps = append(apps, dir)
}
}
log.Debug().Strs("apps", apps).Msg(e.Msg("Found rendered applications"))
return apps, nil
}

Expand Down

0 comments on commit 994c6e6

Please sign in to comment.