Skip to content

Commit

Permalink
add userName to account InfoError
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Oct 4, 2024
1 parent 9b5d750 commit 5f12d00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/fiware-pep-steelskin.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ function accountInfoError(error, req, res, next) {
' | Token=' + req.headers['x-auth-token'] +
' | Origin=' + req.connection.remoteAddress +
' | UserId=' + req.userId +
' | ServiceId=' + req.serviceId +
' | UserName=' + req.userName +
' | Service=' + req.service +
' | SubServiceId=' + req.subserviceId +
' | SubService=' + req.subService +
' | Action=' + req.action +
' | Date=' + new Date().toJSON());
Expand Down

0 comments on commit 5f12d00

Please sign in to comment.