Laravel-Scrubber
Laravel-Scrubber copied to clipboard
Call to undefined method Monolog\Handler\PsrHandler::pushProcessor()
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
}