cloudendpoints / endpoints-java

A Java framework for building RESTful APIs on Google App Engine
Apache License 2.0
32 stars 35 forks source link

add option to customize log level for exceptions #120

Closed tangiel closed 6 years ago

tangiel commented 6 years ago

This is just some Java plumbing, don't think you need to replicate it in Python.

codecov-io commented 6 years ago

Codecov Report

Merging #120 into master will increase coverage by 0.04%. The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #120      +/-   ##
============================================
+ Coverage      79.7%   79.75%   +0.04%     
- Complexity     1648     1652       +4     
============================================
  Files           156      156              
  Lines          5534     5536       +2     
  Branches        710      710              
============================================
+ Hits           4411     4415       +4     
+ Misses          844      843       -1     
+ Partials        279      278       -1
Impacted Files Coverage Δ Complexity Δ
.../java/com/google/api/server/spi/SystemService.java 85.85% <50%> (+0.85%) 37 <0> (-1) :arrow_down:
...va/com/google/api/server/spi/ServiceException.java 62.79% <75%> (+1.25%) 12 <4> (+4) :arrow_up:
.../server/spi/discovery/CommonPathPrefixBuilder.java 100% <0%> (+5.55%) 9% <0%> (+1%) :arrow_up:

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 59bb979...7ef7a44. Read the comment docs.