function streamWrite($stream, LogRecord $record): void
    158▕     {
  ➜ 159▕         fwrite($stream, (string) $record->formatted);
    160▕     }
    161▕ 
    162▕     private function customErrorHandler(int $code, string $msg): bool
    163▕     {

      +13 vendor frames 

  14  /var/www/atma_2025.ctpl.io/artisan:37
      Illuminate\Foundation\Console\Kernel::handle()


   ErrorException 

  fwrite(): Write of 5706 bytes failed with errno=28 No space left on device

  at /var/www/atma_2025.ctpl.io/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:159
    155▕      * @param resource $stream
    156▕      */
    157▕     protected function streamWrite($stream, LogRecord $record): void
    158▕     {
  ➜ 159▕         fwrite($stream, (string) $record->formatted);
    160▕     }
    161▕ 
    162▕     private function customErrorHandler(int $code, string $msg): bool
    163▕     {

      +13 vendor frames 

  14  /var/www/atma_2025.ctpl.io/artisan