j-guyon / CommandSchedulerBundle

Symfony bundle that will allow you to schedule all your commands just like unix crontab, with a nice admin panel
328 stars 127 forks source link

String could not parse xml #154

Open migreina opened 4 years ago

migreina commented 4 years ago

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" ] <?xml version="1.0" encoding="UTF-8"?>

adonix commented 3 years ago

Any updates with this issue? Is it fixed in a different release?