Laravel-Scrubber icon indicating copy to clipboard operation
Laravel-Scrubber copied to clipboard

Call to undefined method Monolog\Handler\PsrHandler::pushProcessor()

Open ahoiroman opened this issue 1 year ago • 0 comments

Using Bugsnag, I got the following error in my trace:

array:1 [▼
  "exception" => Error {#2004 ▼
    #message: "Call to undefined method Monolog\Handler\PsrHandler::pushProcessor()"
    #code: 0
    #file: "
/Users/ahoi/Entwicklung/Laravel/neu/vendor
/yorcreative/laravel-scrubber/
src/Handlers/ScrubberTap.php"
    #line: 13
    trace: {▶}
  }
]

This is the handler object:

Monolog\Handler\StreamHandler {#2084 ▼
  #level: 
Monolog
\
Level {#425 ▶}
  #bubble: true
  #processors: []
  #formatter: 
Monolog\Formatter
\
LineFormatter {#2074 ▶}
  #streamChunkSize: 53687091
  #stream: null
  #url: "/Users/ahoi/Entwicklung/Laravel/neu/storage/logs/laravel.log"
  -errorMessage: null
  #filePermission: null
  #useLocking: false
  -dirCreated: null
}

ahoiroman avatar May 31 '24 08:05 ahoiroman