man-htsts

Results 3 comments of man-htsts

``` bin/console doctrine:migrations:list -q 2021-09-20T21:12:46+03:00 [info] User Deprecated: The "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriver" class implements "Doctrine\DBAL\Driver\ExceptionConverterDriver" that is deprecated. ``` How to suppress this error message?

But how can i suppress this message from output, when i call `bin/console doctrine:migrations:list`? Is there any way to hide it from output?

I don't deeply understand how errors are handled, but i think that it's an error(notice) inside error handler, and that is why it is not handled by other error handlers...