Skip to content

Server has output not produced by logger #813

Closed
@djui

Description

@djui

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions