Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Remove debug response on 404 #111

Merged
merged 1 commit into from
May 29, 2024

Conversation

sudo-bmitch
Copy link
Contributor

Fixes issue

Describe the change

Remove the debugging JSON message on a 404 response. The error now goes to debug logs on the server.

How to verify it

olareg serve &
curl -i localhost:5000/no/such/method

Changelog text

  • Feat: Remove debug response on 404

Please verify and check that the pull request fulfills the following requirements

  • Tests have been added or not applicable
  • Documentation has been added, updated, or not applicable
  • Changes have been rebased to main
  • Multiple commits to the same code have been squashed

This now goes to debug logs on the server.

Signed-off-by: Brandon Mitchell <git@bmitch.net>
@sudo-bmitch sudo-bmitch merged commit 80cb8b1 into olareg:main May 29, 2024
4 checks passed
@sudo-bmitch sudo-bmitch deleted the pr-remove-404-debugging branch May 29, 2024 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant