mirror of
https://github.com/getgrav/grav.git
synced 2026-07-05 16:08:40 +02:00
Debugger/Clockwork: add configuration, plugins and streams to the log
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user