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

logs the internal error message instead of returning it #1173

Conversation

andofcourse
Copy link
Contributor

@andofcourse andofcourse commented Aug 2, 2018

Previously, if Echo#HTTPError had Internal set to something, it would be returned as a response to the client. This change will cause Internal to get logged instead of returned to the user.

@codecov
Copy link

codecov bot commented Aug 2, 2018

Codecov Report

Merging #1173 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1173   +/-   ##
=======================================
  Coverage   81.33%   81.33%           
=======================================
  Files          25       25           
  Lines        1918     1918           
=======================================
  Hits         1560     1560           
  Misses        250      250           
  Partials      108      108
Impacted Files Coverage Δ
echo.go 87.63% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 76d8adb...8af9206. Read the comment docs.

@vishr vishr merged commit 2017e5e into labstack:master Aug 2, 2018
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.

2 participants