Denis Brumann

Results 43 comments of Denis Brumann
trafficstars

It looks to me as if the option is passed to the handler, see [MonologExtension.php#L395-L401](https://github.com/symfony/monolog-bundle/blob/master/DependencyInjection/MonologExtension.php#L395-L401). Are you sure this is not an issue with the handler itself or your setup,...

I have a Symfony 4.4-project which uses the `rotating_file`-handler for the dev environment and it works as expected, i.e. it keeps as many files as I specify in the config...

Sorry, but this is hard to answer without knowing how you have implemented the customer switching in your application. Maybe you should ask this question in the Symfony Slack instead.

Sorry, but I don't understand what is causing your problem. Are you using a custom handler? Can you maybe build a small reproducer or maybe show the config that is...

Could you add the full stack trace (you can run the command with additional `-vvv` option to get the full error output), the code which you were checking and the...

Good to know. It still doesn't explain why `php deptrac.php -v` doesn't work. My guess is, that the default command gets in the way there, but I am not sure...

Hey, thank you for your PR it was really valuable in understanding the problem. I was curious, why the if condition before doesn't catch the existing file, so I started...

Yes, that could be very well be the case. We should definitely go over the docs and check again if the examples are up to date. If you already know...

Sorry, I have to reopen this after viewing your doc-PR #981. Are you sure, you are on the most recent version of Deptrac? You switched everything back to `parameters:`, but...

For reference: https://github.com/qossmic/deptrac/blob/main/deptrac.yaml