Closed julienloizelet closed 2 years ago
The deploy GitHub actions is using a composer install --no-dev, And the debug log needs a Bramus package that has been defined in the required-dev section.
composer install --no-dev
required-dev
As a result, debug log will never be enabled in the deployed version.
The deploy GitHub actions is using a
composer install --no-dev
, And the debug log needs a Bramus package that has been defined in therequired-dev
section.As a result, debug log will never be enabled in the deployed version.