Closed
Description
We've just updated Symfony Demo to Symfony 3.2 beta1 and I saw the new log messages with the VarDumper component integration. It looks great! Thanks @wouterj and @nicolas-grekas for your work here.
The only thing that looks strange to me is that "stack traces" are not fully expanded. It's a bit weird to see that long empty list of arrows instead of the actual messages:
I know that you can Command+Click on an arrow to expand all its children ... but this behavior is not intuitive and it's not well-known. So my fear is that most people will do the following:
If you agree with this, could we please increase the level where the dump is expanded? Thanks!