We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5f363 commit 600f370Copy full SHA for 600f370
src/A1comms/GaeSupportLaravel/Foundation/Application.php
@@ -75,7 +75,7 @@ public function __construct($basePath = null)
75
} else if ( is_gae_flex() ) {
76
$this->configureMonologUsing(function ($monolog) {
77
$logging = new LoggingClient();
78
- $monolog->pushHandler($logging->psrLogger('app', ['batchEnabled' => true]));
+ $monolog->pushHandler(new PsrHandler($logging->psrLogger('app', ['batchEnabled' => true])));
79
});
80
} else {
81
0 commit comments