I need to get verbose logging while sorting out issues in the migration.
If I set the APP_ENV to debug like described in the Shopware 6 Tutorials, I will get memory issues all the time because the Symfony Framework will also enable debug mode and cause huge memory consumption. This is a known issue while running the Migration tool.
How can I set the Logger to a more verbose logging level without setting the whole stack into debug mode?