Skip to content

Commit 600f370

Browse files
authored
Update Application.php
1 parent 5f5f363 commit 600f370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/A1comms/GaeSupportLaravel/Foundation/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function __construct($basePath = null)
7575
} else if ( is_gae_flex() ) {
7676
$this->configureMonologUsing(function ($monolog) {
7777
$logging = new LoggingClient();
78-
$monolog->pushHandler($logging->psrLogger('app', ['batchEnabled' => true]));
78+
$monolog->pushHandler(new PsrHandler($logging->psrLogger('app', ['batchEnabled' => true])));
7979
});
8080
} else {
8181
$this->configureMonologUsing(function ($monolog) {

0 commit comments

Comments
 (0)