pim-community-dev
pim-community-dev copied to clipboard
CPM-502-monolog: move output to logger
Description (for Contributor and Core Developer)
Reapplied change performed on https://github.com/akeneo/pim-community-dev/pull/16309 (Chose not to rebase nor cherrypick because of many divergences on branches)
Console output was changed with monolog logging. To understand mapping between monolog logging level and command verbosity: https://symfony.com/doc/current/logging/monolog_console.html To run job and get logging message: bin/console pim:product:migrate-to-uuid -vv
Definition Of Done (for Core Developer only)
- [ ] Tests
- [ ] Migration & Installer
- [ ] PM Validation (Story)
- [ ] Changelog (maintenance bug fixes)
- [ ] Tech Doc