You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have monolog debug level the list command will append debug level event msg to php://memory. So the XML contains all this message and the command parser fails to parse the list.
When I have monolog debug level the list command will append debug level event msg to php://memory. So the XML contains all this message and the command parser fails to parse the list.
...
14:22:04_` DEBUG [event] Notified event "console.command" to listener
"Symfony\Bridge\Monolog\Handler\ConsoleHandler::onCommand".
[
"event" => "console.command",
"listener" => "Symfony\Bridge\Monolog\Handler\ConsoleHandler::onCommand"
]
The text was updated successfully, but these errors were encountered: