echo icon indicating copy to clipboard operation
echo copied to clipboard

Able to set NoColor for echo.Logger and echo.middleware.Logger

Open wsw0108 opened this issue 2 years ago • 2 comments

close #1871

wsw0108 avatar Apr 19 '22 13:04 wsw0108

Codecov Report

Merging #2159 (057a053) into master (572466d) will decrease coverage by 0.17%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #2159      +/-   ##
==========================================
- Coverage   92.20%   92.02%   -0.18%     
==========================================
  Files          37       37              
  Lines        3090     3096       +6     
==========================================
  Hits         2849     2849              
- Misses        151      154       +3     
- Partials       90       93       +3     
Impacted Files Coverage Δ
echo.go 93.96% <0.00%> (-1.21%) :arrow_down:
middleware/logger.go 85.71% <0.00%> (-1.56%) :arrow_down:

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 572466d...057a053. Read the comment docs.

codecov[bot] avatar Apr 19 '22 16:04 codecov[bot]

This strongly relates to v5, as coloring is removed there entirely. So adding a new parameter would mean a breaking change (or having to deprecate it with v5).

Not sure if we should do that now. Your views welcome

lammel avatar Nov 30 '22 12:11 lammel