Skip to content
Snippets Groups Projects

Add error logging to JSONAPI of Stud.IP v5.0.

Merged Marcus Eibrink-Lunzenauer requested to merge marcus/studip:614-add-error-log-v50 into 5.0
1 unresolved thread

Closes #614 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
67 67 $errors->add(new Error(null, null, $httpCode, null, $message, $details));
68 68 }
69 69
70 if ($httpCode >= 500) {
71 error_log((string) $exception);
  • added 1 commit

    • b8becbf7 - Update JsonApiExceptionHandler.php

    Compare with previous version

  • Elmar Ludwig approved this merge request

    approved this merge request

  • added 7 commits

    Compare with previous version

  • Elmar Ludwig mentioned in merge request !1720 (merged)

    mentioned in merge request !1720 (merged)

  • Please register or sign in to reply
    Loading