We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23fc6fe commit 6d7876aCopy full SHA for 6d7876a
1 file changed
src/CloudServiceProvider.php
@@ -27,7 +27,6 @@ public function register(): void
27
28
private function configureLogging(): void
29
{
30
- // @see https://github.com/brefphp/laravel-bridge/pull/203 Use the Bref config if/when released.
31
Config::set('logging.default', 'stderr');
32
Config::set('logging.channels.emergency.path', 'php://stderr');
33
}
0 commit comments