Skip to content

Commit

Permalink
feat: arg logging
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Oct 7, 2024
1 parent 206d6bb commit 99dbd19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/k6dist/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ func newCmd(args []string, levelVar *slog.LevelVar) (*cobra.Command, error) {
return nil, err
}

slog.Debug("arguments", "args", args)

root.SetArgs(args)

return root, nil
Expand Down

0 comments on commit 99dbd19

Please sign in to comment.