mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Hook up librenms cli debug (#9632)
* Hook up librenms cli debug * forgot to add function exists check, good travis-ci :)
This commit is contained in:
@@ -83,7 +83,7 @@ class Laravel
|
||||
|
||||
public static function enableCliDebugOutput()
|
||||
{
|
||||
if (class_exists('Log')) {
|
||||
if (class_exists('\Log')) {
|
||||
$logger = Log::getMonolog();
|
||||
|
||||
// only install if not existing
|
||||
|
Reference in New Issue
Block a user