Skip to content

Commit 8b889c7

Browse files
committed
update socket connection string
1 parent 7db7ea9 commit 8b889c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Bootstrap/HandleExceptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ protected function configureCloudLogging(Application $app)
273273
'with' => [
274274
'connectionString' => $_ENV['LARAVEL_CLOUD_LOG_SOCKET'] ??
275275
$_SERVER['LARAVEL_CLOUD_LOG_SOCKET'] ??
276-
'127.0.0.1:8765',
276+
'unix:///tmp/cloud-init.sock',
277277
'persistent' => true,
278278
],
279279
]);

0 commit comments

Comments
 (0)