function system_update_8300

Add detailed cron logging configuration.

File

core/modules/system/system.install, line 2237

Code

function system_update_8300() {
    \Drupal::configFactory()->getEditable('system.cron')
        ->set('logging', 1)
        ->save(TRUE);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.