Skip to content

Commit

Permalink
add component for user_action
Browse files Browse the repository at this point in the history
  • Loading branch information
agalitsyn committed Jan 19, 2023
1 parent a68d5ff commit cedd808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/app/api/user_action/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func (w *LogWriter) WriteUserAction(uaf Fields) error {
"action_code": uaf.ActionCode,
"success": uaf.Success,
"fail_reason": uaf.FailReason,
"component": "user_action",
}
logrus.WithFields(fields).Info()
return nil
Expand Down

0 comments on commit cedd808

Please sign in to comment.