Skip to content

Commit

Permalink
Add exception to console exception log
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbrault authored and weaverryan committed Jan 3, 2015
1 parent 9958c41 commit 2baace0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/console/logging.rst
Expand Up @@ -156,7 +156,7 @@ Then implement the actual listener::
$command->getName()
);

$this->logger->error($message);
$this->logger->error($message, array('exception' => $exception));
}
}

Expand Down

0 comments on commit 2baace0

Please sign in to comment.