Closed jessehorne closed 4 years ago
Hey there,
Since this is the first report we got about this and v10 has been out for quite a while already I suspect something is wrong with your configuration defaults.
Can you first please try one of the support channels below? If you can actually identify this as a bug, feel free to report back and I'll gladly help you out and re-open this issue.
Thanks!
I had to change CASHIER_LOGGER=default
to CASHIER_LOGGER=stack
.
Seems that default
isn't resolved based on 'default' => env('LOG_CHANNEL', 'stack'),
@gRoberts84 you're correct. No idea why we placed "default" there. I'll update the docs.
Description:
I recently installed Cashier 10 and ever since then I've been getting the following errors many many times in my laravel.log. I'm using the default 'stack' logging option. I didn't have this issue at all until I installed Cashier.
Here's my stack trace.