Debugger/Clockwork: add configuration, plugins and streams to the log

This commit is contained in:
Matias Griese
2019-05-27 11:26:34 +03:00
parent e8eb1d9a44
commit 7d59b69709

View File

@@ -168,6 +168,13 @@ class Debugger
}
$this->addMessage('Grav v' . GRAV_VERSION);
if ($clockwork) {
$clockwork->info('System Configuration', $this->config->get('system'));
$clockwork->info('Plugins Configuration', $plugins_config);
$clockwork->info('Streams', $this->config->get('streams.schemes'));
}
}
return $this;