You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
BLT's cache.settings.php includes the following:
if (EnvironmentDetector::isProdEnv() || EnvironmentDetector::isStageEnv()) {
$config['system.logging']['error_level'] = 'hide';
}
This is a strange place for this config override. It has nothing to do with caching.
Describe the solution you'd like
Move this block of code out of cache.settings.php and into logging.settings.php.
Additional context
A few times now I've tried to find where this config override is happening from BLT and cache.settings.php is one of the last places I looked.
The text was updated successfully, but these errors were encountered:
Indeed, that doesn't make much sense. I was trying to figure out how this came to be, apparently it's been like this since the very beginning. Go figure 🙄
Is your feature request related to a problem? Please describe.
BLT's cache.settings.php includes the following:
This is a strange place for this config override. It has nothing to do with caching.
Describe the solution you'd like
Move this block of code out of cache.settings.php and into logging.settings.php.
Additional context
A few times now I've tried to find where this config override is happening from BLT and cache.settings.php is one of the last places I looked.
The text was updated successfully, but these errors were encountered: