Skip to content

Commit 7e98997

Browse files
committed
Merge pull request #10922 from usm4n/5.1
[5.1] Use laravel's log writer class instead of monolog.
2 parents 9a05033 + afebaf1 commit 7e98997

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Illuminate/Foundation/Bootstrap/ConfigureLogging.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ public function bootstrap(Application $app)
2828
} else {
2929
$this->configureHandlers($app, $log);
3030
}
31-
32-
// Next, we will bind a Closure that resolves the PSR logger implementation
33-
// as this will grant us the ability to be interoperable with many other
34-
// libraries which are able to utilize the PSR standardized interface.
35-
$app->bind('Psr\Log\LoggerInterface', function ($app) {
36-
return $app['log']->getMonolog();
37-
});
3831
}
3932

4033
/**

0 commit comments

Comments
 (0)