Skip to content

Commit

Permalink
Include RequestType in command retrieval log
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed May 7, 2022
1 parent 28f0e62 commit 014aec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/nanomdm/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ func (s *Service) CommandAndReportResults(r *mdm.Request, results *mdm.CommandRe
logger.Debug(
"msg", "command retrieved",
"command_uuid", cmd.CommandUUID,
"request_type", cmd.Command.RequestType,
)
return cmd, nil
}
Expand Down

0 comments on commit 014aec3

Please sign in to comment.