Roland Franssen
Contributed by Roland Franssen in #24263 and #28934

Symfony Profiler provides detailed debug information about your applications. Sometimes it provides so much information that it may be overwhelming. That's why in Symfony 4.2 we've improved the log panel adding filters so you can see only the log messages you are interested in:

Filters are added to the log level and the log channel. They are created dynamically with JavaScript, so you can filter by your own custom channels too:

Published in #Living on the edge