Skip to content

Commit

Permalink
Merge branch 'preprod' of github.com:CCSDForge/episciences into preprod
Browse files Browse the repository at this point in the history
  • Loading branch information
rtournoy committed Nov 4, 2024
2 parents b6af5d5 + c238487 commit a22cf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/InboxNotifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,7 @@ private function initLogging(): void
$formatter = new LineFormatter(null, null, false, true);
$handler->setFormatter($formatter);
$logger->pushHandler($handler);
$logger->pushHandler(new StreamHandler('php://stdin', Logger::DEBUG));
$logger->pushHandler(new StreamHandler('php://stdout', Logger::DEBUG));
$this->setLogger($logger);
}

Expand Down

0 comments on commit a22cf3e

Please sign in to comment.