-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing request-logger.exclude #7
Comments
im having the same issue here plz reply |
@oceanapplications i added , 'exclude' => [] to the prettus config file to stop the error |
Also needed to make the same change as @AnassBounhar to avoid exceptions like @oceanapplications mentions. |
To clarify the work-around as @AnassBounhar stated; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting this error message seemingly because config('request-logger.exclude') is returning null.
[2016-02-25 00:26:48] local.ERROR: exception 'ErrorException' with message 'Invalid argument supplied for foreach()' in /var/www/html/vendor/prettus/laravel-request-logger/src/Prettus/RequestLogger/Middlewares/ResponseLoggerMiddleware.php:44
The text was updated successfully, but these errors were encountered: