Config override logger level

Hello

I want to set the logger level for SuiteCRM to Error. But somehow it always changes back to default. I found a file config_override.php with this content:

<?php
/***CONFIGURATOR***/
$sugar_config['http_referer']['list'][0] = 'crm.maartenprovo.be';
$sugar_config['http_referer']['list'][1] = 'crm.maartenprovo.be';
$sugar_config['disable_persistent_connections'] = false;
$sugar_config['dbconfigoption']['collation'] = 'utf8_general_ci';
$sugar_config['default_language'] = 'nl_NL';
$sugar_config['vcal_time'] = '12';
$sugar_config['default_module_favicon'] = false;
$sugar_config['dashlet_auto_refresh_min'] = '30';
$sugar_config['stack_trace_errors'] = false;
$sugar_config['logger']['level'] = 'debug';
$sugar_config['quickcrm_server_version'] = '5.1.1';
$sugar_config['quickcrm_trialcode'] = '9LQ-TTH-YAP';
$sugar_config['disable_convert_lead'] = true;
$sugar_config['outfitters_licenses']['fyncrmplugin'] = '6be3578660432e998e09526def4eed3b';
$sugar_config['outfitters_licenses']['tapcrm'] = '42f0dc08f4a6cc29eb6872233addad17';
$sugar_config['fyncrm_license'] = '0';
$sugar_config['fynmobile_users'] = 'Maarten';
$sugar_config['fynmobile_users_lang'] = 'en_us';
/***CONFIGURATOR***/

I tried changing the logger level here, but no effect. Where do I have to look for this setting?

Have you tried simply going in Admin / System Settings (near the bottom)?

Yes I have, I can change it but it’s not stored.

This doesn’t make much sense, I’ve never heard of such a behavior.

Is it possible that you have some custom code elsewhere that might be setting this value in the array?

Not that I know, simply installed it through bitnami. I’ll check out their forums.