psylosss

Results 6 comments of psylosss

Very useful config option. Would be merged.

chekout this commit https://github.com/ak-innoactive/JMSJobQueueBundle/commit/49e53597155cdd756096770c53872e702a13f493

If there were fatal error during sending email (for example, `sanitaze` twig function cannot display `DateTime` object properly), all the stacktrace ouputs to user. Any ideas how to prevent it?

In `Notifier::createMailAndSend()` twig template is using to generate email body. But if there were some fatal error in this template... from TwigTemplate class: ``` public function render(array $context) { $level...

@binarious, yes. I'd remove ErrorNotifierBundle from all my projects and replaced with native monolog - it works fine.

@binarious, I don't have test. Likely, PHP version is matters. When I posted this 1 year ago, I used php5, now php7. There were a lot of exception-related changes in...