Skip to content

Commit

Permalink
feat: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed May 9, 2022
1 parent 2099761 commit 937198c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/assumecfg/resolvers.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ func getSessionIdentifier() string {
// Let's first try getting user info
if u, err := user.Current(); err == nil {

msg.Debug("🔴", "Fullname:"+u.Name)

// Return user full name if meaningful
if len(u.Name) >= minLength {
msg.Trace("", "Fallback: Fullname")
Expand Down

0 comments on commit 937198c

Please sign in to comment.