Closed hyrsky closed 1 month ago
$settings['helfi_api_base.log_level'] = getenv('LOG_LEVEL') ?: (getenv('APP_ENV') === 'production' ? 'info' : 'debug');
Issues 0 New issues 0 Accepted issues
Measures 0 Security Hotspots 0.0% Coverage on New Code 0.0% Duplication on New Code
See analysis details on SonarCloud
UHF-10751
What was done
How to install
$settings['helfi_api_base.log_level'] = getenv('LOG_LEVEL') ?: (getenv('APP_ENV') === 'production' ? 'info' : 'debug');
to your settings.php.How to test
Other PRs