Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Console] Console errors are displayed twice on screen #27510

Copy link
Copy link
Closed
@yceruto

Description

@yceruto
Issue body actions

Symfony version(s) affected: 3.4+

Description
This happens when you install a fresh Symfony app.

How to reproduce

$ composer create-project symfony/skeleton foo
$ cd foo
$ bin/console cache:

Additional context
At this moment, the kernel's logger is the one activated in the system, showing error logs on stderr stream by default.

I'm not sure if it's expected, but it looks like a visual issue for CLI apps:
logger-outerr

public function __construct($minLevel = null, $output = 'php://stderr', callable $formatter = null)

$this->logger->error('Error thrown while running command "{command}". Message: "{message}"', array('exception' => $error, 'command' => $inputString, 'message' => $error->getMessage()));

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.