Closed
Description
Description
The introduction of the Color
package makes the server print output that was not produced by the logger. No output aside from the logger should be produce. See https://github.com/labstack/echo/blob/master/echo.go#L578
This is slightly related to the latest discussion in #798 but I can't identify the focus nor see a proposed solution.
Checklist
- Dependencies installed
- No typos
- Searched existing issues and docs
Expected behaviour
No output, especially not in an unexpected formatting, should be produces by the server.
Actual behaviour
One line at the startup of the server is printed to stdout instead of using the logger.
Steps to reproduce
Just start the server.
Working code to debug
Not required.
Version/commit
master