Skip to content

Commit 6aed6c7

Browse files
author
Jozhef
committed
Change config name to monolog_minimum_level.
1 parent dcb9ffe commit 6aed6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Factories/RollbarHandlerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function __construct(ContainerInterface $container)
5353
};
5454
}
5555

56-
$this->minimumLevel = $config['minimum_level'] ?: LogLevel::ERROR;
56+
$this->minimumLevel = isset($config['minimum_level']) ? $config['minimum_level'] : LogLevel::ERROR;
5757

5858
Rollbar::init($config, false, false, false);
5959
}

0 commit comments

Comments
 (0)