Skip to content
This repository was archived by the owner on Jan 11, 2022. It is now read-only.

Commit 4036180

Browse files
authored
Merge pull request #7 from BrokenSt0rm/master
Fix minimum log level.
2 parents 9b9866b + e21ba2d commit 4036180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Graylog2ServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function register()
2727

2828
// Register handler
2929
$monoLog = Log::getMonolog();
30-
$monoLog->pushHandler(new Graylog2Handler(), config('graylog2.log_level', 'debug'));
30+
$monoLog->pushHandler(new Graylog2Handler(config('graylog2.log_level', 'debug')));
3131
}
3232

3333
/**

0 commit comments

Comments
 (0)